Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Can this directly set breakpoints in lldb/gdb? #43
Comments
|
Setting breakpoints from the disassembler (IDA/Ghidra) is supported for GDB but not for LLDB. I'm not familliar with the API, it may be possible without too much efforts, I'll look into it when I have time. |
|
If you give me some pointers on where you do it in gdb I could try to take a look |
|
Nothing complex. Basically one needs the ability to poll the socket safely for incoming commands like: Line 299 in f12d863 Then I guess using something like the core of the
|
I wasn't completely sure because all the breakpoint commands mention over windebug which doesn't exist on mac.
From my short test with IDA, setting breakpoints in IDA doesn't reflect inside lldb so I'm guessing no, but might also just be my setup that's the problem.