aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra2-0/+15
2015-05-06Make the "info dll" command available on all platform.Joel Brobecker2-4/+9
2015-04-29PR python/18285Doug Evans2-2/+24
2015-04-28Add gdb.Type.optimized_out method.Sasha Smundak2-0/+9
2015-04-24gdb: Add support for dumping to verilog hex format.Andrew Burgess2-3/+10
2015-04-24* python.texi (Xmethods In Python): Fix name of method to call the xmethod.Doug Evans2-1/+6
2015-04-17Access executable from remote system when first inferior appearsGary Benson2-4/+15
2015-04-17Implement remote_pid_to_exec_file using qXfer:exec-file:readGary Benson2-0/+30
2015-04-17Use gdb_sysroot for main executable on attachGary Benson2-8/+17
2015-04-11Remove --xdbJan Kratochvil2-7/+4
2015-04-10doc patch: compile: missing bitsJan Kratochvil2-0/+86
2015-04-09Add Guile frame-read-register commandAndy Wingo2-0/+9
2015-04-02Document "target:" sysroot changesGary Benson2-9/+18
2015-04-01Add support for writing unwinders in Python.Sasha Smundak2-0/+148
2015-03-31Implement support for checking /proc/PID/coredump_filterSergio Durigan Junior2-0/+40
2015-03-31Add cpu information to the info os command on linux.Antoine Tremblay2-61/+76
2015-03-26Fix copy-paste typo in -data-write-memory-bytes docSimon Marchi2-1/+6
2015-03-24Make "set scheduler-locking step" depend on user intention, onlyPedro Alves2-3/+7
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev2-0/+12
2015-03-18Reimplement "vFile:fstat" without qSupportedGary Benson2-12/+5
2015-03-11Implement remote_bfd_iovec_statGary Benson2-0/+31
2015-03-11Add objfile-progspace to Guile interfaceAndy Wingo2-0/+9
2015-03-07Fix mail address format of a couple recent ChangeLog entriesPedro Alves1-1/+1
2015-03-04remote+docs: software/hardware breakpoint trapsPedro Alves2-0/+93
2015-03-03Fix GDB/MI doc: duplicate syscall-entry under *stoppedPhilippe Proulx2-1/+6
2015-03-02gdb.texinfo (Specify Location): Fix syntax of filename:function.Doug Evans2-1/+5
2015-03-02S390: Add target descriptions for vector register setsAndreas Arnez2-0/+13
2015-02-23PR gdb/18008: Fix typo in documentationSergio Durigan Junior2-1/+7
2015-02-19[gdb/ax] small "setv" fix and documentation's adjustment.David Taylor2-1/+5
2015-02-17Documentation for DTrace USDT probes.Jose E. Marchesi2-19/+47
2015-02-17New commands `enable probe' and `disable probe'.Jose E. Marchesi2-0/+34
2015-02-12Fix documentation of the QTDV packetDavid Taylor2-2/+12
2015-02-09record-btrace: add bts buffer size configuration optionMarkus Metzger2-4/+80
2015-02-09record btrace: add configuration structMarkus Metzger2-6/+72
2015-01-31ChangeLog entries for max-completions patch.Gary Benson1-0/+6
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-0/+32
2015-01-31Add symbol lookup cache.Doug Evans2-1/+39
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans3-9/+67
2015-01-30Add producer string to output of info source.Doug Evans2-0/+8
2015-01-27Add gdb.Objfile.username.Doug Evans2-0/+11
2015-01-27Improve docs of objfile filename method.Doug Evans3-2/+11
2015-01-22Sort threads for thread apply allJan Kratochvil2-3/+10
2015-01-16Fix TUI-related documentation.Eli Zaretskii2-2/+12
2015-01-11Temporarily revert symbol lookup cache.Doug Evans2-39/+1
2015-01-11PR gdb/15830Doug Evans2-4/+25
2015-01-10Add symbol lookup cache.Doug Evans2-1/+39
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker15-19/+19
2014-12-31Remove "add-shared-symbol-files", "dll-symbols" and "assf" commands doc.Joel Brobecker2-24/+7
2014-12-17New parameter "debug symbol-lookup".Doug Evans2-0/+12
2014-12-12the "compile" commandTom Tromey2-0/+238