aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2024-05-31gdb, doc: Fix AVX-512 documentation.Felix Willgerodt1-1/+9
2024-05-29gdb/doc: don't have .pod targets separate to man page targetsAndrew Burgess1-6/+19
2024-05-21Clarify documentation for pretty_printer.childTom Tromey1-2/+3
2024-05-14gdb/doc: don't delete *.pod files too earlyAndrew Burgess1-4/+2
2024-05-08gdb/doc: use silent-rules.mk in the MakefileAndrew Burgess1-85/+76
2024-04-29gdb/doc: document how filename arguments are formattedAndrew Burgess1-0/+78
2024-04-26Document "E.MESSAGE" RSP errorsPedro Alves1-10/+13
2024-04-26Centralize documentation of error and empty RSP responsesPedro Alves1-216/+38
2024-04-26Document conventions for describing packet syntaxPedro Alves1-0/+16
2024-04-24gdb/doc: Fix incorrect information in RSP docCiaran Woodward1-1/+1
2024-04-19gdb: Document qIsAddressTagged packetGustavo Romero1-3/+34
2024-04-10gdb, gdbserver: Add missing install-dvi Makefile targetChristophe Lyon1-2/+17
2024-04-03doc: add the missing 'handle' attribute in xmlTankut Baris Aktemur1-1/+1
2024-03-25gdb: rename unwindonsignal to unwind-on-signalAndrew Burgess1-4/+12
2024-03-25gdb: introduce unwind-on-timeout settingAndrew Burgess1-5/+26
2024-03-25gdb: add timeouts for inferior function callsAndrew Burgess1-0/+66
2024-03-22Teach GDB to generate sparse core files (PR corefiles/31494)Pedro Alves1-0/+3
2024-03-13Remove extraneous word from manualTom Tromey1-1/+1
2024-03-12gdb: Deprecate MPX commands.Schimpe, Christina1-0/+3
2024-03-08Export "finish" return value to PythonTom Tromey1-0/+6
2024-02-27Rewrite "python" command exception handlingTom Tromey1-3/+3
2024-02-26gdb: Modify the output of "info breakpoints" and "delete breakpoints"Tiezhu Yang1-18/+20
2024-02-21gdb: Document C++17 build requirement.Felix Willgerodt1-3/+3
2024-02-15gdb/doc: Fix several typos in GDB documentationSamuel Tardieu3-23/+23
2024-01-28Document new Python and Guile constantsTom Tromey2-4/+62
2024-01-18Document GDB extensions to DWARF .debug_namesTom Tromey1-0/+39
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess14-18/+18
2024-01-12gdb/doc: update examples in gdb.Progspace and gdb.Objfile docsAndrew Burgess1-7/+17
2024-01-12gdb/doc: add some notes on selecting suitable attribute namesAndrew Burgess1-0/+16
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess1-0/+35
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess1-0/+36
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess1-0/+7
2024-01-08Add "maint set dwarf synchronous"Tom Tromey1-0/+18
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