summaryrefslogtreecommitdiff
path: root/gdb/doc
Commit message (Expand)AuthorAgeFilesLines
* gdb/arm: Extend arm_m_addr_is_magic to support FNC_RETURN, add unwind-secure-...Christophe Lyon2022-04-271-0/+10
* Reorganize Python events documentationTom Tromey2022-04-141-29/+33
* Remove "Ada Settings" node from the manualTom Tromey2022-04-121-32/+0
* gdb/doc: add section about Fortran intrinsic functions and typesNils-Christian Kempke2022-04-111-10/+133
* Enable ARMv8.1-m PACBTI supportLuis Machado2022-04-061-0/+7
* Fix qRcmd error code parsingLuis Machado2022-04-051-1/+2
* gdb: Add maint set ignore-prologue-end-flagLancelot SIX2022-04-041-0/+13
* gdb: Add support for DW_LNS_set_prologue_end in line-tableLancelot SIX2022-04-041-0/+27
* gdb/tui: add a tui debugging flagAndrew Burgess2022-04-031-0/+11
* gdb/tui: add new 'tui window width' command and 'winwidth' aliasAndrew Burgess2022-04-031-0/+22
* gdb: move some commands into the tui namespaceAndrew Burgess2022-04-031-5/+13
* Style URLs in GDB outputTom Tromey2022-03-311-1/+1
* Remove dbx modeTom Tromey2022-03-311-3/+0
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-2/+0
* gdb/python: add gdb.format_address functionAndrew Burgess2022-03-221-0/+54
* Reimplement array concatenation for Ada and DTom Tromey2022-03-161-4/+1
* gdb/python/mi: create MI commands using pythonAndrew Burgess2022-03-141-8/+160
* Change how "print/x" displays floating-point valueTom Tromey2022-03-101-13/+15
* * gdb/doc/gdb.texinfo (Requirements): Fix a typo.Christina Schimpe2022-03-091-1/+1
* gdb/python: add Type.is_signed propertyAndrew Burgess2022-03-071-0/+10
* gdb/python: add Type.is_scalar propertyAndrew Burgess2022-03-071-0/+6
* gdb/mi: add --no-connection to MI -add-inferior commandAndrew Burgess2022-03-071-4/+35
* Implement real literal extension for AdaTom Tromey2022-03-071-0/+16
* Handle non-ASCII identifiers in AdaTom Tromey2022-03-071-0/+23
* Fix typo in the "alias" exampleTom Tromey2022-03-011-1/+1
* gdb/python: Add gdb.InferiorThread.details attributeAndrew Burgess2022-02-282-0/+19
* Support template lookups in strncmp_iw_with_modeKeith Seitz2022-02-241-0/+15
* gdb: use python to colorize disassembler outputAndrew Burgess2022-02-141-0/+15
* gdb: LoongArch: Add initial target description supportTiezhu Yang2022-02-111-0/+10
* gdb/python: allow Value.format_string to return styled outputAndrew Burgess2022-02-071-0/+10
* gdb: add the 'set/show suppress-cli-notifications' commandTankut Baris Aktemur2022-02-071-0/+69
* gdb/doc: update docs for 'info win' and 'winheight' commandsAndrew Burgess2022-02-061-6/+7
* gdb/python: improve the auto help text for gdb.ParameterAndrew Burgess2022-01-261-9/+32
* gdb/python: add gdb.history_count functionAndrew Burgess2022-01-261-0/+5
* Add a way to temporarily set a gdb parameter from PythonTom Tromey2022-01-261-0/+26
* gdb/doc: improve description for Window.click on Python TUI windowsAndrew Burgess2022-01-241-3/+3
* gdb/doc: fill in two missing @rAndrew Burgess2022-01-211-2/+2
* gdb/python: add gdb.host_charset functionAndrew Burgess2022-01-121-0/+8
* gdb: add 'maint set/show gnu-source-highlight enabled' commandAndrew Burgess2022-01-121-0/+19
* gdb: new 'maint flush source-cache' commandAndrew Burgess2022-01-121-0/+13
* gdb: rename lin-lwp to linux-nat in set/show debugAndrew Burgess2022-01-121-6/+6
* gdb/doc: shorten some source lines, and prevent some line breaksAndrew Burgess2022-01-071-13/+17
* gdb/doc: Remove (...) around guile procedure names in @deffn linesAndrew Burgess2022-01-071-4/+11
* Manual copyright year update of various GDB filesJoel Brobecker2022-01-012-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-0114-14/+14
* gdb: Copy inferior properties in clone-inferiorLancelot SIX2021-12-291-2/+6
* gdb/doc: add some index entries relating to mi-async settingAndrew Burgess2021-12-221-2/+7
* gdb: add threads debugging switchAndrew Burgess2021-12-221-0/+8
* gdb: add "exit" command as an alias for "quit"Enze Li2021-12-181-6/+9
* gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess2021-12-081-0/+3