aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2021-12-08gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess1-0/+3
2021-12-02Implement 'task apply'Tom Tromey1-0/+35
2021-12-02Add "task" keyword to the "watch" commandTom Tromey1-1/+4
2021-11-30gdb/python: add gdb.RemoteTargetConnection.send_packetAndrew Burgess2-3/+68
2021-11-30gdb: make packet_command function available outside remote.cAndrew Burgess1-0/+3
2021-11-30gdb/python: introduce gdb.TargetConnection object typeAndrew Burgess1-2/+91
2021-11-25[gdb/cli] Add "set logging enabled", deprecate "set logging on/off"Tom de Vries1-6/+4
2021-11-18[gdb/doc] Fix negative repeat count examining memory exampleTom de Vries1-1/+1
2021-11-15gdb: rework "set debuginfod" commandsSimon Marchi1-13/+14
2021-11-04gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"Simon Marchi1-4/+4
2021-11-01[gdb/doc]: Updated manpages to be consistent with helpBruno Larsen1-36/+111
2021-10-29gdb.texinfo: Expand documentation for debuginfodAaron Merey1-7/+90
2021-10-29Add gdb.Architecture.integer_type Python functionTom Tromey1-0/+18
2021-10-29Document "memory-tag-violations".Enze Li1-4/+8
2021-10-28gdb: add "maint set/show selftest verbose" commands and use process_optionsSimon Marchi1-0/+7
2021-10-26[gdb/doc] Fix print inferior-events defaultTom de Vries1-1/+1
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess1-0/+9
2021-10-11[ARM] Add support for M-profile MVE extensionSrinath Parvathaneni1-0/+11
2021-10-06gdb/doc: improve 'show print elements' descriptionAndrew Burgess1-1/+0
2021-10-05gdb/python: add a new gdb_exiting eventAndrew Burgess1-0/+10
2021-10-05gdb/python: update events test to handle missing exit_codeAndrew Burgess1-1/+4
2021-09-29gdb/doc: use 'standard error stream' instead of 'stderr' in some placesAndrew Burgess1-6/+6
2021-09-28gdb: print backtrace for internal error/warningAndrew Burgess1-0/+13
2021-09-27gdb: add setting to disable reading source code filesAndrew Burgess1-0/+26
2021-09-22[gdb] Add maint selftest -verbose optionTom de Vries1-2/+3
2021-09-21gdb, doc: Add ieee_half and bfloat16 to list of predefined target types.Felix Willgerodt1-0/+6
2021-09-19gdb: manual: update @inforef to @xrefMike Frysinger1-2/+2
2021-09-16gdb: manual: fix werrors typoMike Frysinger1-1/+1
2021-09-15[gdb/doc] Fix typo in maint selftest entryTom de Vries1-1/+1
2021-09-07gdb/python: new function to add values into GDB's historyAndrew Burgess1-0/+14
2021-08-12Update documentation to mention PygmentsTom Tromey1-4/+10
2021-08-11gdb: print backtrace on fatal SIGSEGVAndrew Burgess1-0/+18
2021-07-28Guile: temporary breakpointsGeorge Barrett1-1/+15
2021-07-26gdb: move remaining ChangeLogs to legacy filesAndrew Burgess1-0/+0
2021-07-26gdb/mi: handle no condition argument case for -break-conditionTankut Baris Aktemur1-2/+3
2021-07-14gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi1-0/+4
2021-07-02Document TUI improvements in the manual & NEWSPedro Alves2-0/+22
2021-06-25gdb: change info sources to group results by objfileAndrew Burgess2-14/+35
2021-06-25gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-filesAndrew Burgess2-1/+64
2021-06-25gdb/mi: add regexp filtering to -file-list-exec-source-filesAndrew Burgess2-11/+68
2021-06-25gdb/python: allow for catchpoint type breakpoints in pythonAndrew Burgess2-0/+12
2021-06-25gdb/guile: allow for catchpoint type breakpoints in guileAndrew Burgess2-0/+9
2021-06-21gdb/riscv: add support for vector registers in target descriptionsAndrew Burgess2-0/+12
2021-06-21gdb/python: add PendingFrame.level and Frame.level methodsAndrew Burgess2-0/+15
2021-06-16gdb, doc: Fix missed ChangeLog entry.Felix Willgerodt1-0/+6
2021-06-16btrace, doc: Clarify record function-call-history documentation.Felix Willgerodt1-15/+14
2021-06-08Use is/is not to check for None in python code.Lancelot SIX2-1/+6
2021-06-05arc: Add 'set disassembler-options' supportShahab Vahedi2-2/+7
2021-06-04Forward mouse click to python TUI windowHannes Domani2-0/+11
2021-05-29Fix InlinedFrameDecorator exampleHannes Domani2-1/+5