aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-tasks.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-2/+1
2014-10-15Push pruning old threads down to the targetPedro Alves1-2/+2
2014-03-26Remove VAR_DOMAIN/STRUCT_DOMAIN ambiguity from ada-tasks.c.Keith Seitz1-6/+6
2014-02-26start change to progspace independenceTom Tromey1-2/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-5/+5
2014-02-26change minsym representationTom Tromey1-3/+3
2014-02-10[Ada] Rename some observer callbacks in ada-tasks.cJoel Brobecker1-4/+4
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-1/+1
2013-08-30ada-tasks.c: write SRC_AND_LOC instead '1'.Pedro Alves1-1/+2
2013-04-19-Wpointer-sign: ada-lang.c, ada-tasks.c.Pedro Alves1-1/+1
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-3/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-3/+3
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-02-28Fix ARI violation in ada_tasks_inferior_data_sniffer.Joel Brobecker1-7/+9
2012-02-232012-02-23 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-47/+91
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-10-21[Ada] Fix number of lines in -ada-task-info outputJoel Brobecker1-2/+18
2011-10-052011-10-05 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-2/+26
2011-10-03[Ada] Add field "thread-id" in -ada-task-info outputJoel Brobecker1-2/+31
2011-10-03[Ada] New GDB/MI command: -ada-tasks-infoJoel Brobecker1-1/+1
2011-09-16[Ada] Re-implement `info tasks' command using ui-outJoel Brobecker1-63/+103
2011-09-16[Ada] Remove `from_tty' parameter from ada-tasks.c:info_taskJoel Brobecker1-2/+2
2011-09-16[Ada] Remove `from_tty' parameter from ada-tasks.c:info_tasksJoel Brobecker1-2/+2
2011-09-16[Ada] Adjust ada-tasks.c:ada_build_task_listJoel Brobecker1-20/+21
2011-09-16[Ada] Store the Ada task list in per-inferior dataJoel Brobecker1-105/+243
2011-09-16[Ada] Make the ATCB type info program-space-specificJoel Brobecker1-53/+136
2011-09-16[Ada] Rename struct tcb_fieldnos into atcb_fieldnos.Joel Brobecker1-4/+4
2011-07-04ada-tasks.c: handle known tasks maintained by a simply-linked list.Joel Brobecker1-64/+124
2011-07-04Minor changes in ada-tasks.cJoel Brobecker1-34/+31
2011-03-17delete target_ops.to_lookup_symbolJoel Brobecker1-8/+4
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-12/+12
2011-01-06fix style violation in ada-tasks.c commentJoel Brobecker1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-11-23[Ada/tasks] Optimize ATCB lookupsJoel Brobecker1-5/+14
2010-09-28[Ada] Add ada-tasks.c:iterate_over_live_ada_tasksJoel Brobecker1-0/+21
2010-09-22[Ada] Do not compute task ptid when debugging core fileJoel Brobecker1-3/+12
2010-05-062010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+0
2010-03-16Avoid switch to invalid ptid during Ada task switch.Joel Brobecker1-0/+13
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2010-01-01Fix break *FUN'address task NUM.Joel Brobecker1-0/+1
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-1/+2
2009-06-29 * value.h (value_subscript, value_subscripted_rvalue,Ulrich Weigand1-1/+2
2009-06-17 * ada-tasks.c (read_known_tasks_array): Use target_gdbarch insteadUlrich Weigand1-2/+2
2009-05-282009-05-27 Tom Tromey <tromey@redhat.com>Tom Tromey1-1/+1
2009-04-23 * ada-tasks (task_command_1): Call target_find_new_threads.Joel Brobecker1-0/+9
2009-03-31 Provide support for (Ada) task-specific breakpoints.Joel Brobecker1-1/+1