aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2023-11-28gdb/python: display errors from command completionAndrew Burgess2-0/+41
2023-11-27gdb/python: handle completion returning a non-sequenceAndrew Burgess2-0/+17
2023-11-24[gdb/testsuite] Two fixes in gdb.python/tui-window-disabled.expTom de Vries1-5/+2
2023-11-14Remove path name from test caseTom Tromey1-1/+2
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess3-0/+615
2023-10-26gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess1-1/+108
2023-10-25gdb/testsuite: add a clang XFAIL to gdb.python/py-watchpoint.expGuinevere Larsen1-1/+16
2023-10-25gdb/testsuite: fix running gdb.python/py-explore-cc with clangGuinevere Larsen1-1/+2
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany1-0/+71
2023-10-02gdb/python: reformat file with blackAndrew Burgess1-0/+3
2023-10-02gdb: add Python events for program space addition and removalAndrew Burgess3-0/+227
2023-09-29Support the NO_COLOR environment variableTom Tromey3-9/+3
2023-09-28gdb: use reopen_exec_file from reread_symbolsAndrew Burgess1-5/+0
2023-09-28gdb/python: make the executable_changed event available from PythonAndrew Burgess1-0/+100
2023-09-28gdb/python: new Progspace.executable_filename attributeAndrew Burgess2-0/+122
2023-09-28gdb/python: new Progspace.symbol_file attributeAndrew Burgess1-0/+9
2023-09-08Run 'black' on recent test caseTom Tromey1-0/+1
2023-09-07Fix bug in -var-evaluate-expressionTom Tromey3-1/+17
2023-09-07Allow pretty-printer 'children' method to return stringsTom Tromey3-0/+110
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-0/+43
2023-08-16gdb/testsuite: fix race condition in gdb.python/py-thread-exited.expAndrew Burgess1-1/+12
2023-08-10Change py-thread-exited.exp to work with gdbserverTom Tromey2-5/+13
2023-07-26[gdb/testsuite] Fix gdb.python/py-thread-exited.expTom de Vries1-1/+3
2023-07-21Add Progspace.objfile_for_addressTom Tromey1-0/+7
2023-07-19Fix gdb.Inferior.read_memory without execution (PR dap/30644)Pedro Alves2-0/+11
2023-07-14Use correct inferior in Inferior.read_memory et alTom Tromey1-0/+27
2023-07-14Rename Python variable in py-inferior.expTom Tromey1-5/+6
2023-07-14Refactor py-inferior.expTom Tromey1-14/+29
2023-07-14Minor cleanups in py-inferior.expTom Tromey1-4/+3
2023-07-10Update TUI window title when changedTom Tromey2-0/+9
2023-07-04gdb: add __repr__() implementation to a few Python typesMatheus Branco Borella7-13/+169
2023-06-22gdb/testsuite: fix gdb.python/py-unwind.exp with python >= 3.11Ilya Leoshkevich1-1/+3
2023-06-19Fixes 28ab59607ef40b9571c0702ffba8f6aa6fb1b033Simon Farre1-3/+12
2023-06-19gdb/Python: Added ThreadExitedEventSimon Farre3-0/+127
2023-06-17[gdb/testsuite] Remove f-string in gdb.python/py-unwind.pyTom de Vries1-1/+1
2023-06-12Add gdb.Value.assign methodTom Tromey1-0/+14
2023-06-12[gdb/testsuite] Relax breakpoint count check in gdb.python/py-rbreak.expTom de Vries1-3/+9
2023-06-07[gdb/testsuite] Add missing wait in gdb.python/tui-window-disabled.expTom de Vries1-0/+3
2023-06-07[gdb/testsuite] Fix two typos in gdb.python/tui-window-disabled.expTom de Vries1-2/+2
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess1-1/+1
2023-06-03[gdb] Fix typosTom de Vries3-4/+4
2023-05-24Add attributes and methods to gdb.InferiorTom Tromey1-0/+36
2023-05-23Add global_context parameter to gdb.parse_and_evalTom Tromey2-0/+8
2023-05-23Implement gdb.execute_miTom Tromey2-0/+59
2023-05-19gdb/testsuite: handle older Python versions in gdb.python/py-disasm.expAndrew Burgess1-5/+15
2023-05-16Update comments for the gdb/24331 fix.Paul Pluzhnikov1-2/+0
2023-05-16gdb/testsuite: fix formatting of gdb.python/py-disasm.pyAndrew Burgess1-3/+3
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess2-38/+220
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess2-40/+12
2023-05-13Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov1-1/+1