Age | Commit message (Expand) | Author | Files | Lines |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -2/+2 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -4/+4 |
2019-07-15 | Use field_string in more places | Tom Tromey | 1 | -5/+5 |
2019-05-10 | Two minor constifications | Tom Tromey | 1 | -1/+1 |
2019-05-08 | Convert ada-tasks.c to type-safe registry API | Tom Tromey | 1 | -45/+14 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -7/+5 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -5/+7 |
2019-02-19 | Minor Ada task cleanups | Tom Tromey | 1 | -28/+27 |
2019-02-18 | Fix leaks of 'per program space' and 'per inferior' ada task data. | Philippe Waroquiers | 1 | -2/+24 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-07 | (Ada/tasking) fix array or string index out of range warning | Joel Brobecker | 1 | -6/+6 |
2018-11-07 | ada-tasks.c::read_atcb: start from a cleared ada_task_info result | Joel Brobecker | 1 | -10/+6 |
2018-08-26 | Make ada_tasks_inferior_data::task_list an std::vector | Simon Marchi | 1 | -53/+31 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -4/+3 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -1/+1 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -10/+11 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -3/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-13 | (Ada) Add support for task switching when debugging core files | Joel Brobecker | 1 | -29/+5 |
2017-11-21 | problem debugging ravenscar programs if runtime is stripped | Joel Brobecker | 1 | -17/+22 |
2017-11-21 | Add multiple-CPU support in ravenscar-thread.c | Joel Brobecker | 1 | -0/+24 |
2017-11-21 | Provide the "Base CPU" in output of "info task" (if set by runtime). | Joel Brobecker | 1 | -0/+10 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-09-27 | Constify some commands in ada-tasks.c | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -5/+1 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -3/+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 | -33/+30 |
2016-11-26 | Remove verbosity from ui_out_message and friends | Simon Marchi | 1 | -3/+3 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -2/+4 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -7/+8 |
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 | -2/+1 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -2/+2 |
2014-03-26 | Remove VAR_DOMAIN/STRUCT_DOMAIN ambiguity from ada-tasks.c. | Keith Seitz | 1 | -6/+6 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -5/+5 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -3/+3 |
2014-02-10 | [Ada] Rename some observer callbacks in ada-tasks.c | Joel Brobecker | 1 | -4/+4 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -2/+2 |
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-30 | ada-tasks.c: write SRC_AND_LOC instead '1'. | Pedro Alves | 1 | -1/+2 |
2013-04-19 | -Wpointer-sign: ada-lang.c, ada-tasks.c. | Pedro Alves | 1 | -1/+1 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -3/+3 |