aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2022-06-09Minor fix to Python breakpoint event documentationTom Tromey1-3/+3
2022-06-06Remove "-break-insert -r" testsTom Tromey1-6/+0
2022-06-02Rearrange and slightly reword the "Location Specification" sectionEli Zaretskii1-66/+63
2022-06-01Add gdb.current_language and gdb.Frame.languageTom Tromey1-0/+12
2022-05-31Improve clear command's documentationPedro Alves1-10/+25
2022-05-31Improve break-range's documentationPedro Alves1-7/+9
2022-05-31Explicitly mention yet-unloaded shared libraries in location spec examplesPedro Alves1-2/+4
2022-05-30gdb/manual: Introduce location specsPedro Alves3-191/+305
2022-05-25Show enabled locations with disabled breakpoint parent as "y-"Pedro Alves1-0/+13
2022-05-20Remove obsolete text from documentationTom Tromey1-3/+0
2022-05-19gdb/doc: use @value{GDBP} in 'info pretty-printer' exampleAndrew Burgess1-8/+8
2022-05-19gdb/doc: make use of group/end group in 'info pretty-printers' exampleAndrew Burgess1-0/+10
2022-05-19gdb/doc: fix inconsistent info pretty-printer exampleNikolaos Chatzikonstantinou1-3/+1
2022-05-17Fix typo in info pageNikolaos Chatzikonstantinou1-1/+1
2022-05-16gdb: Fix typo in last change in gdb.texinfoEli Zaretskii1-1/+1
2022-05-16gdb: Document the 'metadata' styling in GDB displays.Eli Zaretskii1-0/+10
2022-04-27gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-secure-...Christophe Lyon1-0/+10
2022-04-14Reorganize Python events documentationTom Tromey1-29/+33
2022-04-12Remove "Ada Settings" node from the manualTom Tromey1-32/+0
2022-04-11gdb/doc: add section about Fortran intrinsic functions and typesNils-Christian Kempke1-10/+133
2022-04-06Enable ARMv8.1-m PACBTI supportLuis Machado1-0/+7
2022-04-05Fix qRcmd error code parsingLuis Machado1-1/+2
2022-04-04gdb: Add maint set ignore-prologue-end-flagLancelot SIX1-0/+13
2022-04-04gdb: Add support for DW_LNS_set_prologue_end in line-tableLancelot SIX1-0/+27
2022-04-03gdb/tui: add a tui debugging flagAndrew Burgess1-0/+11
2022-04-03gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess1-0/+22
2022-04-03gdb: move some commands into the tui namespaceAndrew Burgess1-5/+13
2022-03-31Style URLs in GDB outputTom Tromey1-1/+1
2022-03-31Remove dbx modeTom Tromey1-3/+0
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-2/+0
2022-03-22gdb/python: add gdb.format_address functionAndrew Burgess1-0/+54
2022-03-16Reimplement array concatenation for Ada and DTom Tromey1-4/+1
2022-03-14gdb/python/mi: create MI commands using pythonAndrew Burgess1-8/+160
2022-03-10Change how "print/x" displays floating-point valueTom Tromey1-13/+15
2022-03-09* gdb/doc/gdb.texinfo (Requirements): Fix a typo.Christina Schimpe1-1/+1
2022-03-07gdb/python: add Type.is_signed propertyAndrew Burgess1-0/+10
2022-03-07gdb/python: add Type.is_scalar propertyAndrew Burgess1-0/+6
2022-03-07gdb/mi: add --no-connection to MI -add-inferior commandAndrew Burgess1-4/+35
2022-03-07Implement real literal extension for AdaTom Tromey1-0/+16
2022-03-07Handle non-ASCII identifiers in AdaTom Tromey1-0/+23
2022-03-01Fix typo in the "alias" exampleTom Tromey1-1/+1
2022-02-28gdb/python: Add gdb.InferiorThread.details attributeAndrew Burgess2-0/+19
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz1-0/+15
2022-02-14gdb: use python to colorize disassembler outputAndrew Burgess1-0/+15
2022-02-11gdb: LoongArch: Add initial target description supportTiezhu Yang1-0/+10
2022-02-07gdb/python: allow Value.format_string to return styled outputAndrew Burgess1-0/+10
2022-02-07gdb: add the 'set/show suppress-cli-notifications' commandTankut Baris Aktemur1-0/+69
2022-02-06gdb/doc: update docs for 'info win' and 'winheight' commandsAndrew Burgess1-6/+7
2022-01-26gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess1-9/+32
2022-01-26gdb/python: add gdb.history_count functionAndrew Burgess1-0/+5