I have some c++ written package. Linux, gcc. I can modify compilation process (change Makefile, flags, etc.), but can not change C++ source code.
I\'m trying to just get gdb to break at 0x2000 in a iphone application. The problem is that it requirers a shared library that\'s for iOS 4. I have tried to set sysr开发者_StackOverflowoot and set sol
In my source tree, I have some files with dupli开发者_C百科cate names.Not really a problem since they are isolated per platform, i.e. \"FileReader.cpp\" exists in android/ and linux/ but when building
I have a extremely complicated shell script, within which it calls a C++ program I want to debug via GDB. It is extremely hard to separate this c++ program from the shell since it has a lot of branche
I have some questions regarding debugging symbols and what can be done with them, besides, well, debugging. I\'m mostly interested in answers regarding GCC, but I\'d also be happy to know how it looks
I am porting from Centos to Cygwin and find that my application is exiting with no error message and exit status zero mid execution during the constructor for Botan::InitializationVector.
struct Message { char type; double idNum; char *Time; char *asset; bool BS; float price1; int shares1; float price2;
I\'m trying to bof a particular exploitme on DVL by redirecting input (to gets) using run < inputfile inside gdb
How can I get GDB to print a stacktrace (e.g. to run the bt command automatically) each time it returns control to 开发者_运维技巧me at its prompt?You may use the \"define\" command to define new comm
I am using g++ 4.1.2 and gdb 7.2 I am debugging code that uses Xerces, which I built using the same tools, though presumably without debugging.