[Github-comments] [geany/geany-plugins] How to debug a multithread application [ Debugger / gdb ] (#1069)

nomadbyte notifications at github.com
Sun Apr 3 22:32:56 UTC 2022


Here it is (#1170). Mind that this does not change the original design, simply enforces the intended behavior when debugging multi-threaded programs. This aligns with the GDB's [All-Stop Mode](https://sourceware.org/gdb/onlinedocs/gdb/All_002dStop-Mode.html#All_002dStop-Mode) (default) flow, also as shown in your GDB interactive session above.

This should also take care of the "annoying" (I would guess, unintended) error-dialogs popping when trying to step from the thread's breakpoint, which complained about missing system sources for the pthread-frames etc.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1069#issuecomment-1086963074
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/issues/1069/1086963074 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220403/923e3404/attachment-0001.htm>


More information about the Github-comments mailing list