Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -3/+3 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |
2012-02-28 | Fix ARI violation in ada_tasks_inferior_data_sniffer. | Joel Brobecker | 1 | -7/+9 |
2012-02-23 | 2012-02-23 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -47/+91 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-10-21 | [Ada] Fix number of lines in -ada-task-info output | Joel Brobecker | 1 | -2/+18 |
2011-10-05 | 2011-10-05 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -2/+26 |
2011-10-03 | [Ada] Add field "thread-id" in -ada-task-info output | Joel Brobecker | 1 | -2/+31 |
2011-10-03 | [Ada] New GDB/MI command: -ada-tasks-info | Joel Brobecker | 1 | -1/+1 |
2011-09-16 | [Ada] Re-implement `info tasks' command using ui-out | Joel Brobecker | 1 | -63/+103 |
2011-09-16 | [Ada] Remove `from_tty' parameter from ada-tasks.c:info_task | Joel Brobecker | 1 | -2/+2 |
2011-09-16 | [Ada] Remove `from_tty' parameter from ada-tasks.c:info_tasks | Joel Brobecker | 1 | -2/+2 |
2011-09-16 | [Ada] Adjust ada-tasks.c:ada_build_task_list | Joel Brobecker | 1 | -20/+21 |
2011-09-16 | [Ada] Store the Ada task list in per-inferior data | Joel Brobecker | 1 | -105/+243 |
2011-09-16 | [Ada] Make the ATCB type info program-space-specific | Joel Brobecker | 1 | -53/+136 |
2011-09-16 | [Ada] Rename struct tcb_fieldnos into atcb_fieldnos. | Joel Brobecker | 1 | -4/+4 |
2011-07-04 | ada-tasks.c: handle known tasks maintained by a simply-linked list. | Joel Brobecker | 1 | -64/+124 |
2011-07-04 | Minor changes in ada-tasks.c | Joel Brobecker | 1 | -34/+31 |
2011-03-17 | delete target_ops.to_lookup_symbol | Joel Brobecker | 1 | -8/+4 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -12/+12 |
2011-01-06 | fix style violation in ada-tasks.c comment | Joel Brobecker | 1 | -1/+1 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-11-23 | [Ada/tasks] Optimize ATCB lookups | Joel Brobecker | 1 | -5/+14 |
2010-09-28 | [Ada] Add ada-tasks.c:iterate_over_live_ada_tasks | Joel Brobecker | 1 | -0/+21 |
2010-09-22 | [Ada] Do not compute task ptid when debugging core file | Joel Brobecker | 1 | -3/+12 |
2010-05-06 | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+0 |
2010-03-16 | Avoid switch to invalid ptid during Ada task switch. | Joel Brobecker | 1 | -0/+13 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2010-01-01 | Fix break *FUN'address task NUM. | Joel Brobecker | 1 | -0/+1 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -1/+2 |
2009-06-29 | * value.h (value_subscript, value_subscripted_rvalue, | Ulrich Weigand | 1 | -1/+2 |
2009-06-17 | * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead | Ulrich Weigand | 1 | -2/+2 |