aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess1-5/+3
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-06-03[gdb/python] Fix doc string of valpy_const_valueTom de Vries1-1/+1
2023-05-31python, btrace: Fix some small formatting issues.Felix Willgerodt2-5/+6
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi2-6/+6
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi1-2/+2
2023-05-24Add "args" and "env" parameters to DAP launch requestTom Tromey1-2/+18
2023-05-24Add attributes and methods to gdb.InferiorTom Tromey1-0/+169
2023-05-23Handle DAP evaluate request without a frame IDTom Tromey1-1/+3
2023-05-23Add global_context parameter to gdb.parse_and_evalTom Tromey1-6/+22
2023-05-23Implement DAP loadedSources requestTom Tromey2-0/+41
2023-05-23Implement gdb.execute_miTom Tromey3-0/+306
2023-05-23Change mi_parse_argv to a methodTom Tromey1-1/+1
2023-05-23Use accessor for mi_parse::argsTom Tromey1-2/+3
2023-05-23Use field_signed from Python MI commandsTom Tromey2-0/+17
2023-05-22Remove some FIXME comments from DAPTom Tromey4-7/+0
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess1-51/+820
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess1-40/+14
2023-05-12Add dynamic_prop::is_constantTom Tromey1-2/+2
2023-05-12Implement DAP register scopeTom Tromey1-3/+17
2023-05-12gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess1-9/+17
2023-05-12gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess1-2/+32
2023-05-05Filter out types from DAP scopes requestTom Tromey1-1/+1
2023-05-05gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess35-158/+254
2023-05-04Don't treat references to compound values as "simple".Gareth Rees1-5/+1
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi2-1/+2
2023-05-01Replace field_is_static with a methodTom Tromey1-1/+1
2023-04-06Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey1-4/+6
2023-04-06gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess1-13/+15
2023-04-06gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess1-4/+7
2023-04-06gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess1-9/+14
2023-04-06gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess1-42/+42
2023-04-04gdb: make find_thread_ptid an inferior methodSimon Marchi1-2/+1
2023-04-03Add readMemory and writeMemory requests to DAPTom Tromey3-0/+57
2023-03-30gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess1-0/+26
2023-03-30gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess1-48/+65
2023-03-30gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfoAndrew Burgess1-1/+1
2023-03-30gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess1-2/+65
2023-03-30gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess1-0/+221
2023-03-30gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess1-26/+27
2023-03-30gdb/python: remove unneeded nullptr check in frapy_blockAndrew Burgess1-7/+1
2023-03-30gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess1-2/+21
2023-03-24Implement repl evaluation for DAPTom Tromey1-3/+21
2023-03-24Fix race in DAP startupTom Tromey2-6/+10
2023-03-24[gdb/dap] Add logging of ignored linesTom de Vries1-1/+3
2023-03-15Fix formatting in gdb/printing.pyTom Tromey1-0/+3
2023-03-14Implement DAP variables, scopes, and evaluate requestsTom Tromey4-21/+322
2023-03-14Fix DAP frame bug with older versions of PythonTom Tromey1-18/+15
2023-03-11Constify linetablesTom Tromey1-6/+5