aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-02Python: Move and rename gdb.BtraceFunctionTim Wiederhake2-18/+19
2017-05-02Python: Move and rename gdb.BtraceInstructionTim Wiederhake2-12/+14
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake2-19/+34
2017-05-02Python: Remove ptid from gdb.Record interfaceTim Wiederhake2-7/+4
2017-04-21doc: Improve documentation about MI thread outputSimon Marchi2-46/+37
2017-04-21Remove dead code and "current" field from MI thread output docSimon Marchi2-3/+5
2017-03-28arc: Add prologue analysisAnton Kolesov2-2/+5
2017-03-28arc: Add disassembler helperAnton Kolesov2-0/+8
2017-03-22Remove @code for pythonYao Qi2-1/+5
2017-03-21Fix break on Python 2Tim Wiederhake2-1/+7
2017-03-20Add rvalue reference tests and docsArtemiy Volkov1-3/+3
2017-03-20Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov1-0/+4
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle2-7/+34
2017-03-16Lazy strings can be made from arrays too.Doug Evans3-2/+7