aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2024-01-02gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-tableGuinevere Larsen1-6/+8
2023-12-22Add DAP log level parameterTom Tromey1-0/+18
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey1-1/+10
2023-12-13[gdb/tui] add SingleKey bindings for reverse execution commandsMagne Hov1-0/+24
2023-12-11Implement DAP cancellationTom Tromey1-0/+16
2023-12-11Introduce gdb.interruptTom Tromey1-0/+11
2023-12-11Emit stop reason details in Python stop eventsTom Tromey1-0/+11
2023-12-10Fix "not not" in Python documentationTom Tromey1-1/+1
2023-12-08[gdb/tui] Show focus window in status lineTom de Vries1-0/+3
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess1-7/+23
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess1-14/+56
2023-12-06Fix minor grammar error in gdb.texinfoTom Tromey1-1/+1
2023-12-04[gdb/doc] Escape the '@' symbols in generated texinfo files.Ciaran Woodward1-2/+4
2023-12-01Add link to Debugger Adapter Protocol node in documentationTom Tromey1-0/+4
2023-11-14Update gdb.Symbol.is_variable documentationTom Tromey1-1/+3
2023-11-14Add gdb.Frame.static_link methodTom Tromey1-0/+10
2023-11-14gdb: implement missing debug handler hook for PythonAndrew Burgess1-0/+140
2023-11-13Document remote clone events, and QThreadOptions packetPedro Alves1-3/+125
2023-11-13Don't resume new threads if scheduler-locking is in effectPedro Alves1-1/+3
2023-11-13Add "maint info linux-lwps" commandAndrew Burgess1-0/+4
2023-11-08gdb: error if /r and /b are used with disassemble commandAndrew Burgess1-6/+14
2023-10-26gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess1-0/+16
2023-10-10gdb/python: implement support for sending custom MI async notificationsJan Vrany1-0/+45
2023-10-10[gdb/symtab] Add name_of_main and language_of_main to the DWARF indexMatheus Branco Borella1-2/+21
2023-10-05gdb/configure.ac: Add option --with-additional-debug-dirsThiago Jung Bauermann1-2/+4
2023-10-04sme2: Document SME2 registers and featuresLuis Machado1-0/+65
2023-10-04sme: Document SME registers and featuresLuis Machado1-0/+252
2023-10-02gdb: Add command 'maint set/show debuginfod download-sections'Aaron Merey1-2/+17
2023-10-02gdb: add Python events for program space addition and removalAndrew Burgess1-0/+29
2023-09-29Support the NO_COLOR environment variableTom Tromey1-0/+3
2023-09-28gdb/python: make the executable_changed event available from PythonAndrew Burgess1-0/+33
2023-09-28gdb/python: new Progspace.executable_filename attributeAndrew Burgess1-0/+15
2023-09-28gdb/python: new Progspace.symbol_file attributeAndrew Burgess1-0/+17
2023-09-28gdb/doc: extend the description for Progspace.filenameAndrew Burgess1-1/+6
2023-09-26Add two new pretty-printer methodsTom Tromey1-0/+16
2023-09-26Introduce gdb.ValuePrinterTom Tromey1-16/+36
2023-09-20gdb/tui: add 'set tui mouse-events off' to restore mouse selectionMatthew "strager" Glazar2-1/+19
2023-09-19gdb/cli: fixes to newly added "list ." commandGuinevere Larsen1-3/+3
2023-09-15gdb/amdgpu: add precise-memory supportSimon Marchi1-0/+43
2023-09-11Update Python signal-handling documentationTom Tromey1-2/+4
2023-09-08gdb/doc: describe x87 registersSimon Marchi1-0/+19
2023-09-08gdb/doc: rename "x86 Architecture-specific Issues" section to "x86"Simon Marchi1-3/+3
2023-09-05Add new Python APIs to support DAP value displayTom Tromey1-0/+24
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess2-8/+90
2023-08-11Fix Python documentation for range type fieldsTom Tromey1-3/+0
2023-08-09gdb, breakpoint: add breakpoint location debugging logsMihails Strasuns1-0/+8
2023-08-04Fix incorrect class name in free_objfile documentationTom Tromey1-1/+1
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