aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-27Add optional full_window argument to TuiWindow.writeHannes Domani2-1/+10
2021-05-27Document gdb.SYMBOL_LOC_LABELHannes Domani2-0/+8
2021-05-25Fix documentation of gdb.SYMBOL_LOC_COMMON_BLOCKHannes Domani2-2/+6
2021-05-24gdb/doc: add '@:' after 'e.g.' to help texinfoAndrew Burgess2-5/+13
2021-05-14gdb/python: add a 'connection_num' attribute to Inferior objectsTankut Baris Aktemur2-0/+11
2021-05-12Revert "[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder()"Tom de Vries2-7/+2
2021-05-12Guile: add value-const-valueGeorge Barrett2-0/+10
2021-05-12Guile: add value-{rvalue-,}reference-valueGeorge Barrett2-0/+16
2021-05-12Guile: improved rvalue reference supportGeorge Barrett2-0/+8
2021-05-10gdb/doc: reword a sentenceAndrew Burgess3-2/+7
2021-05-09gdb/doc: document 'set debug py-unwind'Andrew Burgess2-0/+12
2021-05-09gdb/py: add some debugging to py-breakpoint.cAndrew Burgess2-0/+16
2021-05-07[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder()Tom de Vries2-2/+7
2021-05-06gdb/mi: add a '--force' flag to the '-break-condition' commandTankut Baris Aktemur2-2/+9
2021-05-06gdb/mi: add a '--force-condition' flag to the '-break-insert' cmdTankut Baris Aktemur2-2/+14
2021-05-04gdb: update Type.fields doc based on actual GDB behaviorSimon Marchi2-6/+32
2021-04-28gdb/doc: use @env to reference environment variablesAndrew Burgess2-27/+42
2021-04-28gdb: startup commands to control Python extension languageAndrew Burgess2-0/+42
2021-04-25[PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX2-45/+75
2021-04-21gdb/breakpoint: display "N" on MI for disabled-by-condition locationsTankut Baris Aktemur2-3/+15
2021-04-15gdb: add "set startup-quietly" commandTom Tromey2-0/+13