summaryrefslogtreecommitdiff
path: root/misc/gdb.py
AgeCommit message (Expand)Author
2023-08-23Fix gdb.py for C frames [ci skip]Takashi Kokubun
2023-08-03gdb.py: Support dumping a dummy frame [ci skip]Takashi Kokubun
2023-08-02* remove trailing spaces. [ci skip]git
2023-08-02gdb.py: Add -a option to dump all frames [ci skip]Takashi Kokubun
2023-08-02gdb.py: Print Env based on EP instead of BPTakashi Kokubun
2023-07-20misc/gdb.py: Allow overriding stack_size [ci skip]Takashi Kokubun
2023-07-20Get rid of obsoleted __bp__ referencesTakashi Kokubun
2023-04-01gdb: Fix a command exampleTakashi Kokubun
2023-04-01gdb: Fix specvalTakashi Kokubun
2023-04-01gdb: Don't dump params and locals for C framesTakashi Kokubun
2023-03-31gdb: Visualize register positions on the leftTakashi Kokubun
2023-03-31gdb: Always show actual values in cfpTakashi Kokubun
2023-03-31gdb: Show params and locals in cfpTakashi Kokubun
2023-03-31gdb: Dump env data in cfp commandTakashi Kokubun
2023-03-31Put misc/gdb.py [experimental]Takashi Kokubun