cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
10.99k stars 768 forks source link

[Enhancement] trace from born till death #310

Closed vs97849 closed 8 months ago

vs97849 commented 8 months ago

Hi pls suggest a way, it will save huge time and manual efforts, How can we get each and every line information/code statements via gdb from start of program till next breakpoint or program completes

@cyrus-and

cyrus-and commented 8 months ago

I think you want tracepoints, but this is something unrelated to the dashboard's behaviour.