Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -3/+3 |
2017-09-27 | Constify some commands in inferior.c | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -18/+8 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -5/+1 |
2017-06-20 | C++ify gdb/common/environ.c | Sergio Durigan Junior | 1 | -3/+1 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -26/+3 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -4/+1 |
2017-04-19 | Fix removing inferiors from within "thread apply" commands | Pedro Alves | 1 | -4/+8 |
2017-04-13 | Make inferior a class with cdtors, and use new/delete | Pedro Alves | 1 | -19/+16 |
2017-04-13 | GC inferior.c:init_inferior_list | Pedro Alves | 1 | -18/+0 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -19/+20 |
2016-12-09 | Avoid PATH_MAX usage | Thomas Schwinge | 1 | -10/+5 |
2016-12-06 | Remove unnecessary inferior lookup in inferior_command | Simon Marchi | 1 | -3/+0 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -1/+1 |
2016-10-26 | PR 20569, segv in follow_exec | Sandra Loosemore | 1 | -1/+5 |
2016-10-26 | gdb: Free inferior->priv when inferior exits | Pedro Alves | 1 | -0/+3 |
2016-10-13 | Convert tid_range_parser and get_number_or_range to classes | Pedro Alves | 1 | -20/+12 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 1 | -17/+23 |
2016-08-17 | Fix remove-inferior error message | Simon Marchi | 1 | -1/+1 |
2016-08-17 | Remove stale comment | Simon Marchi | 1 | -2/+0 |
2016-01-13 | Centralize thread ID printing | Pedro Alves | 1 | -2/+2 |
2016-01-13 | Add a new $_inferior convenience variable | Pedro Alves | 1 | -0/+21 |
2016-01-12 | Reapply: List inferiors/threads/pspaces in ascending order | Pedro Alves | 1 | -2/+11 |
2016-01-11 | testsuite: Fix false FAILs on too long base directory | Jan Kratochvil | 1 | -11/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-14 | Target remote mode fork and exec event support | Don Breazeal | 1 | -6/+25 |
2015-11-24 | List inferiors/threads/pspaces in ascending order | Pedro Alves | 1 | -2/+11 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -2/+3 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-15 | Fix invoking "[kill|detach] inferiors" on inferiors that are not running | Patrick Palka | 1 | -0/+10 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -31/+8 |
2015-07-08 | Revert "Delete program spaces directly when removing inferiors" | Simon Marchi | 1 | -8/+31 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -31/+8 |
2015-06-02 | Fix =thread-exited not showing up when detaching (PR 15564) | Simon Marchi | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-15 | Introduce utility function find_inferior_ptid | Simon Marchi | 1 | -0/+8 |
2014-10-02 | Reduce Hg packet (select remote general thread) bouncing | Pedro Alves | 1 | -2/+5 |
2014-10-01 | Exit code of exited inferiors in -list-thread-groups | Simon Marchi | 1 | -2/+2 |
2014-05-17 | * inferior.c (prune_inferiors): Fix comment. | Doug Evans | 1 | -2/+4 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-09-17 | PR gdb/15911: "info threads" changes the default source and line (for "break"... | Pedro Alves | 1 | -1/+1 |
2013-08-28 | PR gdb/15415 | Jan Kratochvil | 1 | -5/+4 |
2013-05-30 | 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com> | Hafiz Abid Qadeer | 1 | -1/+3 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |