aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Make the "info proc" documentation more consistent.John Baldwin2-2/+7
2018-09-18Document the 'info proc files' command.John Baldwin2-0/+35
2018-09-17Update get_standard_cache_dir for macOSTom Tromey2-4/+13
2018-09-16Add more methods to gdb.ProgspaceTom Tromey2-11/+56
2018-09-13python: Fix erroneous doc about gdb.objfiles()Simon Marchi2-4/+8
2018-09-13python: Add Progspace.objfiles methodSimon Marchi2-1/+19
2018-09-13python: Add Inferior.progspace propertySimon Marchi2-1/+16
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi2-0/+9
2018-09-12Add debug output about skipping files and functionsSimon Marchi2-0/+13
2018-09-10Remove periods from Python section titlesTom Tromey2-5/+11
2018-09-10Swap two sentences in the Pretty Printing API nodeTom Tromey2-3/+6
2018-09-10Mention virtual tables in Python dynamic_type documentationTom Tromey2-8/+14
2018-09-10Small typo fix in Basic Python nodeTom Tromey2-1/+6
2018-09-10Mention Python versions in the documentationTom Tromey2-4/+7
2018-09-10Update Python unwinder documentationTom Tromey2-9/+53
2018-09-10Fix gdb.events.inferior_call documentationTom Tromey2-6/+20
2018-09-10Update Python frame filter documentationTom Tromey2-3/+18
2018-09-10Reword gdb.GdbError textTom Tromey2-6/+21
2018-09-10Avoid warnings from makeinfoTom Tromey3-5/+12
2018-09-10Document that Frame.block can throwTom Tromey2-1/+10
2018-09-10Fix typo in pretty-printer exampleTom Tromey2-1/+6
2018-09-10Update Python Block.end documentationTom Tromey2-1/+8
2018-09-08gdb: Add builtin types for 24 bit integers.John Darrington1-0/+2
2018-08-29C++ compile supportKeith Seitz2-0/+15
2018-08-22MI: Print frame architecture when printing frames on an MI channelJan Vrany2-44/+84
2018-08-22Add AArch64 SVE to NEWS and GDB manualAlan Hayward2-0/+20
2018-08-14MI: Add -a option to the "-data-disassemble" commandJan Vrany2-0/+16
2018-08-07Add doc and news for DWARF index cacheSimon Marchi2-0/+33
2018-07-27Improve gcore manpage and clarify "-o" optionSergio Durigan Junior2-11/+20
2018-07-26gdb: Add switch to disable DWARF stack unwindersAndrew Burgess2-0/+29
2018-07-12Documents the new commands 'frame apply', faas, taas, tfaasPhilippe Waroquiers2-2/+193
2018-07-11Implement IPv6 support for GDB/gdbserverSergio Durigan Junior2-5/+54
2018-07-09gdb: Use add_setshow_zuinteger_unlimited_cmd in remote.cAndrew Burgess2-5/+19
2018-07-02GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki2-1/+7
2018-06-28Add an optional offset option to the "add-symbol-file" commandPetr Tesarik2-1/+9
2018-06-28Make add-symbol-file's address argument optionalPetr Tesarik2-9/+13
2018-06-28Add an optional offset option to the "symbol-file" commandPetr Tesarik2-1/+10
2018-06-14[gdb] Fixup incomplete patch 0dbfed25e9Tom de Vries1-1/+1
2018-06-14[gdb] Add 'Concept Index' entry '&' for background executionTom de Vries2-0/+5
2018-06-11Fix build of GDB documentation.Eli Zaretskii2-0/+5
2018-06-08linux: Add maintenance commands to test libthread_dbGary Benson2-0/+25
2018-06-05Add "continue" response to pagerTom Tromey2-5/+13
2018-05-31Fix "set" handling of Python parametersTom Tromey1-6/+8
2018-05-31Add basic Python API for convenience variablesTom Tromey1-2/+21
2018-05-31arch-utils: Make the last endianness actually chosen stickyMaciej W. Rozycki2-0/+14
2018-05-31Add Aarch64 SVE target descriptionAlan Hayward1-0/+4
2018-05-24Fix help and documentation for inferior commandsTom Tromey1-1/+4
2018-05-04Allow breakpoint commands to be set from PythonTom Tromey2-1/+7
2018-05-02Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey2-0/+19
2018-04-30Expose type alignment on gdb.TypeTom Tromey2-0/+11