PHP Classes

File: vendor/mongodb/mongodb/.travis/debug-core.sh

Recommend this page to a friend!
  Classes of LAGGOUNE Walid   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/.travis/debug-core.sh   Download  
File: vendor/mongodb/mongodb/.travis/debug-core.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 307 bytes
 

Contents

Class file image Download
#!/bin/sh if [ "${TRAVIS_OS_NAME}" != "osx" ]; then # https://www.ics.uci.edu/~pattis/common/handouts/macmingweclipse/allexperimental/mac-gdb-install.html echo "Cannot debug core files on macOS: ${1}" exit 1 fi PHP_BINARY=`which php` gdb -batch -ex "bt full" -ex "quit" "${PHP_BINARY}" "${1}"