gdb
Can we define a new data type in a GDB session
Is there a way to define a new data type (C structure or union) in gdb. The idea is to define a structure and then make gdb print data from an address interpreted as the newly defined structure.[详细]
2023-04-01 16:34 分类:问答help understanding stack trace: "#0 0x00000000 in ?? ()"
I am attempting to debug an Android application that uses native C code.I was able to setup GDB and get a stack trace of where I am segfaulting.I understand the stack trace up until the top most item:[详细]
2023-04-01 09:10 分类:问答Debug native Android code
I\'m using Sequoyah to debug native code on Android under eclipse. It works fine if libraries were built with NDK and were located in the project\'s folder. But there are some libs which were built on[详细]
2023-04-01 08:52 分类:问答GDB (on Android) has problems resolving the current location using 'where'
Trying to determine the last line location of execution using gdb is turning into a real nightmare. I\'ve using the where command I only get up until the second last call in the stack trace and never[详细]
2023-04-01 08:18 分类:问答Android / GDB - Headaches - cannot find debug symbols
GDB is starting to give me a headache. There seems to be something weird going on with the way GDB works.[详细]
2023-03-31 19:20 分类:问答What is strtol_l_internal?
I\'m getting this in my program, C++ Program received signal SIGS开发者_Go百科EGV, Segmentation Fault.[详细]
2023-03-31 09:50 分类:问答How do you stop the XCode debugger from autocompleting without options?
The debugger is really (de)bugging me. Every time I try to type a po ... command, it autocompletes (without giving me any options) and I end up typing stuff like po [selfelf and so on until I go mad.[详细]
2023-03-31 07:52 分类:问答Is there a way to let the gdb repeat the same instrcutions on every start again?
I am currently debugging a program with gdb. I have to start gdb over and over again and do the same steps:[详细]
2023-03-31 07:52 分类:问答difficulty listing threads/stacks with GDB on ARM
I\'m using GNUEABI to remote debug an ARM device,I\'m able to set breakpoints, step, view memory, etc.[详细]
2023-03-31 02:37 分类:问答GDB with ECLIPSE GUI over remote server?
I would love to debug my software with ECLIPSE as front end to GDB. Our build set up as follows. Linux server with code base[详细]
2023-03-30 19:08 分类:问答