aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2023-08-01Add "cwd" parameter to DAP launch requestTom Tromey1-0/+8
2023-07-23Export gdb.block_signals and create gdb.ThreadTom Tromey1-38/+66
2023-07-21Add Progspace.objfile_for_addressTom Tromey1-0/+5
2023-07-21Document array indexing for Python gdb.ValueTom Tromey1-0/+7
2023-07-21Remove redundant @findex from python.texiTom Tromey1-52/+0
2023-07-21Add instruction bytes to DAP disassembly responseTom Tromey1-0/+5
2023-07-14gdb/doc: document '+' argument for 'list' commandBruno Larsen1-0/+3
2023-07-14gdb/cli: Improve UX when using list with no argsBruno Larsen1-1/+3
2023-07-14gdb/cli: add '.' as an argument for 'list' commandBruno Larsen1-0/+5
2023-06-28Remove Python 2 from gdb documentationTom Tromey1-15/+8
2023-06-19gdb/Python: Added ThreadExitedEventSimon Farre1-0/+10
2023-06-12Add "stop at main" extension to DAP launch requestTom Tromey1-0/+5
2023-06-12Add "target" parameter to DAP attach requestTom Tromey1-2/+6
2023-06-12Add gdb.Value.assign methodTom Tromey1-0/+6
2023-06-12Implement DAP attach requestTom Tromey1-0/+8
2023-06-05[gdb] Fix grammar in comments and docsTom de Vries1-1/+1
2023-06-03[gdb] Fix typosTom de Vries3-9/+9
2023-05-31Improve MI -dprintf-insert documentationTom Tromey1-2/+7
2023-05-31Pass correct name to @value in gdb.texinfoTom Tromey1-2/+2
2023-05-30gdb: add support for %V to printf commandAndrew Burgess1-5/+50
2023-05-24gdb, infcmd: Support jump command with same line in multiple symtabsMatti Puputti1-1/+3
2023-05-24Add "args" and "env" parameters to DAP launch requestTom Tromey1-1/+12
2023-05-24Add attributes and methods to gdb.InferiorTom Tromey1-0/+44
2023-05-23Add global_context parameter to gdb.parse_and_evalTom Tromey1-1/+6
2023-05-23Implement gdb.execute_miTom Tromey1-0/+30
2023-05-19Update documentation for Python Frame.older and Frame.newerTom Tromey1-2/+4
2023-05-18Use lower-case in @sc in the documentationTom Tromey2-19/+19
2023-05-16gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess1-4/+307
2023-05-16gdb/python: rework how the disassembler API reads the result objectAndrew Burgess1-0/+2
2023-05-12gdb/doc: improve Python Disassembler API documentationAndrew Burgess1-5/+12
2023-05-11Add "scheduler-locking" to documentation indexTom Tromey1-0/+1
2023-05-10[gdb/tui] Fix tui compact-sourceTom de Vries1-4/+3
2023-05-04Don't treat references to compound values as "simple".Gareth Rees1-0/+7
2023-05-01Document DAP 'launch' parameterTom Tromey1-0/+19
2023-04-29gdb/mi: check thread exists when creating thread-specific b/pAndrew Burgess1-1/+4
2023-04-28Remove @var from @defun in Python documentationTom Tromey1-25/+25
2023-04-28Fix a typo in gdb.texinfo.Eli Zaretskii1-1/+1
2023-04-27gdb/doc: extend the documentation of the jump commandAndrew Burgess1-0/+8
2023-04-27gdb, doc: add index entry for the $_inferior_thread_count convenience varTankut Baris Aktemur1-0/+1
2023-04-21[gdb/cli] Add maint info screenTom de Vries1-0/+7
2023-04-14pauth: Create new feature string for pauth to prevent crashing older gdb'sLuis Machado1-0/+23
2023-04-13[gdb/tui] Add maint set/show tui-left-margin-verboseTom de Vries1-0/+11
2023-04-11gdb, doc: correct argument description for info connections/inferiorsNils-Christian Kempke1-6/+13
2023-04-08Fix typos in previous commit of gdb.texinfo.Philippe Blain1-4/+5
2023-04-06gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess1-4/+4
2023-04-06gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess1-2/+2
2023-04-05Improve documentation of GDB build requirements and optionsEli Zaretskii1-100/+103
2023-04-05gdb, doc: add the missing '-gid' option to 'info threads'Tankut Baris Aktemur1-1/+1
2023-03-31GDB: Add `info main' commandRichard Bunt1-0/+6
2023-03-30gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess1-8/+41