I 开发者_StackOverflow社区know that we can use several commands to access and read memory: for example, print, p, x...
I\'m debugging PHP 5.2.9 and everything works fine, but today during debugging I see that gdb don\'t stop when I set:
I\'m making the transition from Eclipse CDT (with Qt integration plugin) to QtCreator 2.0 but there is still one thing that bother me with QtCreator :
I am writing an editor in assembly 64bit mode in linux. It runs correctly when I debug the program in GDB but it does not run correctly when开发者_开发百科 I run it normally it means it has runtime er
I\'ll explain: Let\'s say I\'m interested in replacing the rand() function used by a certain application.
We are on HPUX and my code is in C++. We are getting BUS_ADRALN - Invalid address alignment in our executable on a function call. What does this error means?
I have a program that depends on an external shared library, but after a function inside the library gets executed I lose the ability to use breakpoints.
I\'ve got a stl 开发者_运维知识库vector of custom class objects defined in a global namespace (yeah, evil, I know).
That\'s a single threaded code. In particular: ahocorasick Python extension module (easy_install ahocorasick).
When I execute in GDB: p some_nonexistant_variable_name GDB takes minutes (sometimes) to report that it can\'t find the the variable in scope.