aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-26Add a way to temporarily set a gdb parameter from PythonTom Tromey1-0/+26
2022-01-24gdb/doc: improve description for Window.click on Python TUI windowsAndrew Burgess1-3/+3
2022-01-21gdb/doc: fill in two missing @rAndrew Burgess1-2/+2
2022-01-12gdb/python: add gdb.host_charset functionAndrew Burgess1-0/+8
2022-01-12gdb: add 'maint set/show gnu-source-highlight enabled' commandAndrew Burgess1-0/+19
2022-01-12gdb: new 'maint flush source-cache' commandAndrew Burgess1-0/+13
2022-01-12gdb: rename lin-lwp to linux-nat in set/show debugAndrew Burgess1-6/+6
2022-01-07gdb/doc: shorten some source lines, and prevent some line breaksAndrew Burgess1-13/+17
2022-01-07gdb/doc: Remove (...) around guile procedure names in @deffn linesAndrew Burgess1-4/+11
2022-01-01Manual copyright year update of various GDB filesJoel Brobecker2-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker14-14/+14
2021-12-29gdb: Copy inferior properties in clone-inferiorLancelot SIX1-2/+6
2021-12-22gdb/doc: add some index entries relating to mi-async settingAndrew Burgess1-2/+7
2021-12-22gdb: add threads debugging switchAndrew Burgess1-0/+8
2021-12-18gdb: add "exit" command as an alias for "quit"Enze Li1-6/+9
2021-12-08gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess1-0/+3