aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2023-06-12Add "stop at main" extension to DAP launch requestTom Tromey1-1/+12
2023-06-12Add "target" parameter to DAP attach requestTom Tromey1-2/+8
2023-06-12Handle DAP supportsVariableType capabilityTom Tromey3-1/+14
2023-06-12Implement DAP setExpression requestTom Tromey1-1/+23
2023-06-12Add gdb.Value.assign methodTom Tromey1-0/+30
2023-06-12Add type-checking to DAP requestsTom Tromey10-28/+161
2023-06-12Use tuples for default arguments in DAPTom Tromey2-3/+3
2023-06-12Fix a latent bug in DAP request decoratorTom Tromey1-2/+3
2023-06-12Rename one DAP functionTom Tromey1-1/+1
2023-06-12Add singleThread support to some DAP requestsTom Tromey1-12/+33
2023-06-12Implement DAP stepOut requestTom Tromey1-0/+6
2023-06-12Implement DAP attach requestTom Tromey1-1/+12
2023-06-12Implement DAP setExceptionBreakpoints requestTom Tromey2-7/+62
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