summaryrefslogtreecommitdiff
path: root/gdb/ada-tasks.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-5/+5
* Remove ALL_PSPACESTom Tromey2020-05-081-3/+1
* Avoid stringop-truncation errorsTom Tromey2020-03-201-1/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Avoid crash in print_ada_task_infoTom Tromey2019-11-221-5/+8
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Introduce metadata styleTom Tromey2019-10-011-4/+10
* (Ada) do not print Ada task names in quotes in "info tasks" outputJoel Brobecker2019-09-171-3/+3
* Output the Ada task name in more messages.Philippe Waroquiers2019-09-121-12/+54
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+2
* Rename field_int to field_signedTom Tromey2019-07-171-4/+4
* Use field_string in more placesTom Tromey2019-07-151-5/+5
* Two minor constificationsTom Tromey2019-05-101-1/+1
* Convert ada-tasks.c to type-safe registry APITom Tromey2019-05-081-45/+14
* Revert the header-sorting patchTom Tromey2019-04-061-7/+5
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-5/+7
* Minor Ada task cleanupsTom Tromey2019-02-191-28/+27
* Fix leaks of 'per program space' and 'per inferior' ada task data.Philippe Waroquiers2019-02-181-2/+24
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* (Ada/tasking) fix array or string index out of range warningJoel Brobecker2018-11-071-6/+6
* ada-tasks.c::read_atcb: start from a cleared ada_task_info resultJoel Brobecker2018-11-071-10/+6
* Make ada_tasks_inferior_data::task_list an std::vectorSimon Marchi2018-08-261-53/+31
* Remove ptid_equalTom Tromey2018-07-031-4/+3
* Remove ptid_get_tidTom Tromey2018-07-031-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-10/+11
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* (Ada) Add support for task switching when debugging core filesJoel Brobecker2017-12-131-29/+5
* problem debugging ravenscar programs if runtime is strippedJoel Brobecker2017-11-211-17/+22
* Add multiple-CPU support in ravenscar-thread.cJoel Brobecker2017-11-211-0/+24
* Provide the "Base CPU" in output of "info task" (if set by runtime).Joel Brobecker2017-11-211-0/+10
* Constify add_infoTom Tromey2017-11-071-2/+2
* Constify some commands in ada-tasks.cTom Tromey2017-09-271-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-5/+1
* Use ui_out_emit_tupleTom Tromey2017-04-221-3/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-33/+30
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-3/+3
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+4
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-7/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-2/+1