aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Expand)AuthorFilesLines
2016-04-27Tweak doc on command tfindYao Qi2-1/+7
2016-04-13Fix zero_ext documentationAntoine Tremblay2-2/+5
2016-03-31Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves2-162/+7
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans2-22/+111
2016-03-15Fix typo in previous gdb/doc/ commitPedro Alves2-1/+5
2016-03-15Document possible unreliability of '$_ret'Pedro Alves2-0/+14
2016-03-11gdb: New maint info line-table command.Andrew Burgess2-0/+14
2016-03-10Add $_as_string convenience functionSimon Marchi2-0/+17
2016-02-23Extend "skip" command to support -file, -gfile, -function, -rfunction.Doug Evans2-18/+92
2016-02-18Intel MPX bound violation handlingWalfred Tedeschi2-0/+32
2016-02-18gdb/doc: Add documentation for tfile description section lines.Marcin Koƛcielnicki2-1/+37
2016-02-10gdb.trace: Use g packet order in tfile_fetch_registers.Marcin Koƛcielnicki2-2/+6
2016-02-01gdb.texinfo (Value Sizes): Fix typo.Doug Evans2-1/+5
2016-02-01gdb.texinfo (Skipping Over Functions and Files): Fix typo.Doug Evans2-1/+5
2016-02-01gdb: New set/show max-value-size command.Andrew Burgess2-0/+47
2016-01-26Fix subject verb agreement in the description of several debug settings.John Baldwin2-7/+11
2016-01-19Add support for LWP-based threads on FreeBSD.John Baldwin2-0/+9
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves2-0/+19
2016-01-15Star wildcard ranges (e.g., "info thread 2.*")Pedro Alves2-10/+33
2016-01-13Add $_gthread convenience variablePedro Alves2-2/+13
2016-01-13Implement "info threads -gid"Pedro Alves2-6/+17
2016-01-13Add Python InferiorThread.global_num attributePedro Alves2-0/+14
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves4-85/+173
2016-01-13Add Python InferiorThread.inferior attributePedro Alves2-0/+10
2016-01-13Add a new $_inferior convenience variablePedro Alves2-0/+16
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone2-0/+69
2016-01-12Remove trademark acknowledgements throughoutPedro Alves2-13/+17
2016-01-12[DOC] Interrupt when program is stoppedYao Qi2-1/+7
2016-01-12Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves1-4/+4
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker15-19/+19
2015-12-14Target remote mode fork and exec event documentationDon Breazeal2-77/+202
2015-12-10[gdb/doc] Explain that there's always a threadPedro Alves2-18/+9
2015-12-10[gdb/doc] Remove references to no-longer-supported systemsPedro Alves2-40/+33
2015-12-10[gdb/doc] Stack, Examining the Stack: Reorder menuPedro Alves2-1/+5
2015-12-09varobj zero-padded hexadecimal formatLuis Machado2-1/+11
2015-12-08DOCO: Enhance the menu to select function overloads with signaturesPierre-Marie de Rodat2-7/+55
2015-11-30Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves2-0/+36
2015-11-30Remote thread create/exit eventsPedro Alves2-0/+71
2015-11-30New vCtrlC packet, non-stop mode equivalent of \003Pedro Alves2-4/+36
2015-11-26Display names of remote threadsSimon Marchi2-3/+9
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves2-4/+14
2015-11-04btrace: add instruction-history /s and fix documentationMarkus Metzger2-0/+19
2015-10-12gdb/doc: Restructure frame command documentation.Andrew Burgess2-160/+157
2015-09-25Fix typo in syntax of record instruction-history begin, end.Doug Evans2-2/+8
2015-09-22doc: Fix substitute-path exampleSimon Marchi2-2/+7
2015-09-18infrun: scheduler-locking replayMarkus Metzger2-11/+18
2015-09-15gdb/doc: revert previous vforkdone changePedro Alves2-6/+11
2015-09-15PR remote/18965: vforkdone stop reply should indicate parent PIDPedro Alves2-5/+12
2015-09-15Support single step by arch or targetYao Qi2-0/+15