Age | Commit message (Expand) | Author | Files | Lines |
2016-06-21 | [DOC] Document support for running interpreters on separate UIs | Pedro Alves | 2 | -10/+51 |
2016-06-17 | gdb: new AndesTech NDS32 port | Yan-Ting Lin | 2 | -0/+28 |
2016-06-09 | Add negative repeat count to 'x' command | Toshihito Kikuchi | 2 | -1/+18 |
2016-06-06 | Add method/format information to =record-started | Simon Marchi | 3 | -2/+19 |
2016-05-27 | Improve documentation of general query packets | Eli Zaretskii | 2 | -51/+57 |
2016-05-24 | Fix PR python/17981 | Tom Tromey | 2 | -1/+8 |
2016-05-24 | PR gdb/19194 - fix typo in the manual | Tom Tromey | 2 | -1/+6 |
2016-05-17 | Add Rust documentation | Tom Tromey | 2 | -1/+100 |
2016-05-17 | Add self-test framework to gdb | Tom Tromey | 2 | -0/+9 |
2016-04-27 | Tweak doc on command tfind | Yao Qi | 2 | -1/+7 |
2016-04-13 | Fix zero_ext documentation | Antoine Tremblay | 2 | -2/+5 |
2016-03-31 | Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi" | Pedro Alves | 2 | -162/+7 |
2016-03-15 | Extend flags to support multibit and enum bitfields. | Doug Evans | 2 | -22/+111 |
2016-03-15 | Fix typo in previous gdb/doc/ commit | Pedro Alves | 2 | -1/+5 |
2016-03-15 | Document possible unreliability of '$_ret' | Pedro Alves | 2 | -0/+14 |
2016-03-11 | gdb: New maint info line-table command. | Andrew Burgess | 2 | -0/+14 |
2016-03-10 | Add $_as_string convenience function | Simon Marchi | 2 | -0/+17 |
2016-02-23 | Extend "skip" command to support -file, -gfile, -function, -rfunction. | Doug Evans | 2 | -18/+92 |
2016-02-18 | Intel MPX bound violation handling | Walfred Tedeschi | 2 | -0/+32 |
2016-02-18 | gdb/doc: Add documentation for tfile description section lines. | Marcin KoĆcielnicki | 2 | -1/+37 |
2016-02-10 | gdb.trace: Use g packet order in tfile_fetch_registers. | Marcin KoĆcielnicki | 2 | -2/+6 |
2016-02-01 | gdb.texinfo (Value Sizes): Fix typo. | Doug Evans | 2 | -1/+5 |
2016-02-01 | gdb.texinfo (Skipping Over Functions and Files): Fix typo. | Doug Evans | 2 | -1/+5 |
2016-02-01 | gdb: New set/show max-value-size command. | Andrew Burgess | 2 | -0/+47 |
2016-01-26 | Fix subject verb agreement in the description of several debug settings. | John Baldwin | 2 | -7/+11 |
2016-01-19 | Add support for LWP-based threads on FreeBSD. | John Baldwin | 2 | -0/+9 |
2016-01-18 | Fix PR threads/19422 - show which thread caused stop | Pedro Alves | 2 | -0/+19 |
2016-01-15 | Star wildcard ranges (e.g., "info thread 2.*") | Pedro Alves | 2 | -10/+33 |
2016-01-13 | Add $_gthread convenience variable | Pedro Alves | 2 | -2/+13 |
2016-01-13 | Implement "info threads -gid" | Pedro Alves | 2 | -6/+17 |
2016-01-13 | Add Python InferiorThread.global_num attribute | Pedro Alves | 2 | -0/+14 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 4 | -85/+173 |
2016-01-13 | Add Python InferiorThread.inferior attribute | Pedro Alves | 2 | -0/+10 |
2016-01-13 | Add a new $_inferior convenience variable | Pedro Alves | 2 | -0/+16 |
2016-01-12 | Implement 'catch syscall' for gdbserver | Josh Stone | 2 | -0/+69 |
2016-01-12 | Remove trademark acknowledgements throughout | Pedro Alves | 2 | -13/+17 |
2016-01-12 | [DOC] Interrupt when program is stopped | Yao Qi | 2 | -1/+7 |
2016-01-12 | Reapply: List inferiors/threads/pspaces in ascending order | Pedro Alves | 1 | -4/+4 |
2016-01-11 | testsuite: Fix false FAILs on too long base directory | Jan Kratochvil | 1 | -4/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 15 | -19/+19 |
2015-12-14 | Target remote mode fork and exec event documentation | Don Breazeal | 2 | -77/+202 |
2015-12-10 | [gdb/doc] Explain that there's always a thread | Pedro Alves | 2 | -18/+9 |
2015-12-10 | [gdb/doc] Remove references to no-longer-supported systems | Pedro Alves | 2 | -40/+33 |
2015-12-10 | [gdb/doc] Stack, Examining the Stack: Reorder menu | Pedro Alves | 2 | -1/+5 |
2015-12-09 | varobj zero-padded hexadecimal format | Luis Machado | 2 | -1/+11 |
2015-12-08 | DOCO: Enhance the menu to select function overloads with signatures | Pierre-Marie de Rodat | 2 | -7/+55 |
2015-11-30 | Implement TARGET_WAITKIND_NO_RESUMED in the remote protocol | Pedro Alves | 2 | -0/+36 |
2015-11-30 | Remote thread create/exit events | Pedro Alves | 2 | -0/+71 |
2015-11-30 | New vCtrlC packet, non-stop mode equivalent of \003 | Pedro Alves | 2 | -4/+36 |
2015-11-26 | Display names of remote threads | Simon Marchi | 2 | -3/+9 |