summaryrefslogtreecommitdiff
path: root/gdb/doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement 'task apply'Tom Tromey2021-12-021-0/+35
* Add "task" keyword to the "watch" commandTom Tromey2021-12-021-1/+4
* gdb/python: add gdb.RemoteTargetConnection.send_packetAndrew Burgess2021-11-302-3/+68
* gdb: make packet_command function available outside remote.cAndrew Burgess2021-11-301-0/+3
* gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess2021-11-301-2/+91
* [gdb/cli] Add "set logging enabled", deprecate "set logging on/off"Tom de Vries2021-11-251-6/+4
* [gdb/doc] Fix negative repeat count examining memory exampleTom de Vries2021-11-181-1/+1
* gdb: rework "set debuginfod" commandsSimon Marchi2021-11-151-13/+14
* gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"Simon Marchi2021-11-041-4/+4
* [gdb/doc]: Updated manpages to be consistent with helpBruno Larsen2021-11-011-36/+111
* gdb.texinfo: Expand documentation for debuginfodAaron Merey2021-10-291-7/+90
* Add gdb.Architecture.integer_type Python functionTom Tromey2021-10-291-0/+18
* Document "memory-tag-violations".Enze Li2021-10-291-4/+8