aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2024-01-12gdb/testsuite: fix failure in gdb.python/py-inferior.expAndrew Burgess1-13/+18
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess264-264/+264
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess1-0/+17
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess1-0/+19
2024-01-12gdb/python: remove users ability to create gdb.Progspace objectsAndrew Burgess1-0/+6
2024-01-12gdb/python: add gdb.Frame.__repr__() methodAndrew Burgess1-0/+8
2024-01-12gdb/python: add gdb.InferiorThread.__repr__() methodAndrew Burgess2-2/+17
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess1-0/+8
2023-12-31Run 'black' on tui-window.pyTom Tromey1-2/+4
2023-12-30Add keywords to TuiWindow.writeTom Tromey1-1/+2
2023-12-19gdb: register frame_destroyed function for amd64 gdbarchGuinevere Larsen1-16/+1
2023-12-12Fix gdb.FinishBreakpoint when returning to an inlined functionHannes Domani2-0/+39
2023-12-08Use pretty printers for struct member stubsHannes Domani5-0/+183
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