summaryrefslogtreecommitdiff
path: root/gdb/ada-tasks.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-13(Ada) Add support for task switching when debugging core filesJoel Brobecker
2017-11-21problem debugging ravenscar programs if runtime is strippedJoel Brobecker
2017-11-21Add multiple-CPU support in ravenscar-thread.cJoel Brobecker
2017-11-21Provide the "Base CPU" in output of "info task" (if set by runtime).Joel Brobecker
2017-11-07Constify add_infoTom Tromey
2017-09-27Constify some commands in ada-tasks.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-03Introduce and use ui_out_emit_tableTom Tromey
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi
2014-10-15Push pruning old threads down to the targetPedro Alves
2014-03-26Remove VAR_DOMAIN/STRUCT_DOMAIN ambiguity from ada-tasks.c.Keith Seitz
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-10[Ada] Rename some observer callbacks in ada-tasks.cJoel Brobecker
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves
2013-08-30ada-tasks.c: write SRC_AND_LOC instead '1'.Pedro Alves
2013-04-19-Wpointer-sign: ada-lang.c, ada-tasks.c.Pedro Alves
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-02-28Fix ARI violation in ada_tasks_inferior_data_sniffer.Joel Brobecker
2012-02-232012-02-23 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-10-21[Ada] Fix number of lines in -ada-task-info outputJoel Brobecker
2011-10-052011-10-05 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2011-10-03[Ada] Add field "thread-id" in -ada-task-info outputJoel Brobecker
2011-10-03[Ada] New GDB/MI command: -ada-tasks-infoJoel Brobecker
2011-09-16[Ada] Re-implement `info tasks' command using ui-outJoel Brobecker
2011-09-16[Ada] Remove `from_tty' parameter from ada-tasks.c:info_taskJoel Brobecker
2011-09-16[Ada] Remove `from_tty' parameter from ada-tasks.c:info_tasksJoel Brobecker
2011-09-16[Ada] Adjust ada-tasks.c:ada_build_task_listJoel Brobecker
2011-09-16[Ada] Store the Ada task list in per-inferior dataJoel Brobecker
2011-09-16[Ada] Make the ATCB type info program-space-specificJoel Brobecker
2011-09-16[Ada] Rename struct tcb_fieldnos into atcb_fieldnos.Joel Brobecker
2011-07-04ada-tasks.c: handle known tasks maintained by a simply-linked list.Joel Brobecker