aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2017-12-27tdesc: handle arbitrary strings in tdesc_register_in_reggroup_pStafford Horne2-4/+12
2017-12-27reggroups: Add test and docs for `info reg $reggroup` featureStafford Horne2-0/+9
2017-12-15Implement pahole-like 'ptype /o' optionSergio Durigan Junior2-0/+129
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi2-3/+15
2017-12-13python doc: Rework Breakpoint.__init__ docSimon Marchi2-24/+48
2017-12-12gdb: Add OpenRISC or1k and or1knd target supportFranck Jullien2-0/+54
2017-12-08DWARF-5: .debug_names index producerJan Kratochvil2-5/+23
2017-12-07Record nested typesKeith Seitz2-0/+18
2017-12-07Implement explicit locations for Python breakpoints.Phil Muldoon2-19/+27
2017-12-04Document the new "-a" command line option for gcoreSergio Lopez1-1/+8
2017-12-04Document new {set,show} dump-excluded-mappings commands.Sergio Lopez1-1/+13
2017-12-04Update manual for Rust changeTom Tromey2-3/+4
2017-12-01Add support for the readnever conceptSergio Durigan Junior2-1/+28
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior2-28/+1
2017-12-01Add support for the readnever conceptSergio Durigan Junior2-1/+28
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves2-0/+49
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2-1/+49
2017-11-26Update find command help and search memory docsDominik Czarnota2-1/+13
2017-11-24(Ada) provide the exception message when hitting an exception catchpointJoel Brobecker2-2/+8
2017-11-24Fix issues with gdb-memory-map.dtdSimon Marchi2-6/+9
2017-11-24Document linespec/explicit locations & completion improvements (manual + NEWS)Pedro Alves2-22/+46
2017-11-22Target FP: Make use of MPFR if availableUlrich Weigand2-0/+20
2017-11-16Add Python rbreak command.Phil Muldoon2-0/+21
2017-11-07Allow enabling/disabling breakpoint location rangesXavier Roirand2-8/+16
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior2-3/+44
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior2-13/+50
2017-09-25S390: Document guarded-storage register supportAndreas Arnez2-0/+13
2017-09-21Documentation for qXfer:threads:read handle attributeKevin Buettner2-1/+8
2017-09-21Documentation for Inferior.thread_from_thread_handleKevin Buettner2-0/+12
2017-09-19Add a 'starti' command.John Baldwin2-4/+20
2017-09-16Add selftests run filteringSimon Marchi2-0/+13
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey2-0/+37
2017-09-04Document "no debug info debugging" improvementsPedro Alves2-10/+113
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior2-0/+127
2017-08-23compile: Add 'set compile-gcc'Jan Kratochvil2-6/+36
2017-08-23gdb: SPARC ADI supportWeimin Pan2-0/+79
2017-08-18GDBserver self testsYao Qi2-0/+13
2017-08-16Add shortcuts for "nexti" and "stepi" commands in Single-Key modeRuslan Kabatsayev2-0/+13
2017-08-12Fix typo on documentation ("show set startup-with-shell")Sergio Durigan Junior2-1/+7
2017-08-09doc: Fix copy-pasto in Z0 packet documentationSimon Marchi2-1/+6
2017-07-31Fix documentation about rot agent expression bytecodeSimon Marchi2-2/+9
2017-07-26Add "maint check xml-descriptions" to test builtin xml target descriptionsYao Qi2-0/+10
2017-07-26Add optional argument to command "maint prints c-tdesc"Yao Qi2-5/+14
2017-07-18Improve doc about "maint print c-tdesc"Yao Qi2-2/+8
2017-06-20Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentationSergio Durigan Junior3-2/+9
2017-06-11Introduce "set debug separate-debug-file"Simon Marchi2-0/+11
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior2-0/+47
2017-05-22gdb: Document vMustReplyEmpty remote packetAndrew Burgess2-0/+17
2017-05-06Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)Sergio Durigan Junior1-3/+0
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake2-19/+26