aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-tasks.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-11gdb: remove symbol value macrosSimon Marchi1-4/+4
2022-03-29Unify gdb printf functionsTom Tromey1-24/+24
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-12/+12
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-02Implement 'task apply'Tom Tromey1-3/+201
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-1/+1
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-1/+1
2021-09-23Change ptid_t::tid to ULONGESTTom Tromey1-1/+2
2021-07-12gdb: make inferior_list use intrusive_listPedro Alves1-3/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-11Handle CPU offset for RavenscarTom Tromey1-2/+20
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-59/+59
2020-09-28Remove target_has_stack macroTom Tromey1-1/+1
2020-09-14Apply 'const' in more placesTom Tromey1-2/+2
2020-08-07Use gdb::function_view in iterate_over_live_ada_tasksTom Tromey1-1/+1
2020-07-12gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINEDSimon Marchi1-2/+2
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi1-1/+2
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-5/+5
2020-05-08Remove ALL_PSPACESTom Tromey1-3/+1
2020-03-20Avoid stringop-truncation errorsTom Tromey1-1/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Avoid crash in print_ada_task_infoTom Tromey1-5/+8
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-10-01Introduce metadata styleTom Tromey1-4/+10
2019-09-17(Ada) do not print Ada task names in quotes in "info tasks" outputJoel Brobecker1-3/+3
2019-09-12Output the Ada task name in more messages.Philippe Waroquiers1-12/+54
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+2
2019-07-17Rename field_int to field_signedTom Tromey1-4/+4
2019-07-15Use field_string in more placesTom Tromey1-5/+5
2019-05-10Two minor constificationsTom Tromey1-1/+1
2019-05-08Convert ada-tasks.c to type-safe registry APITom Tromey1-45/+14
2019-04-06Revert the header-sorting patchTom Tromey1-7/+5
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-5/+7
2019-02-19Minor Ada task cleanupsTom Tromey1-28/+27
2019-02-18Fix leaks of 'per program space' and 'per inferior' ada task data.Philippe Waroquiers1-2/+24
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-07(Ada/tasking) fix array or string index out of range warningJoel Brobecker1-6/+6
2018-11-07ada-tasks.c::read_atcb: start from a cleared ada_task_info resultJoel Brobecker1-10/+6
2018-08-26Make ada_tasks_inferior_data::task_list an std::vectorSimon Marchi1-53/+31
2018-07-03Remove ptid_equalTom Tromey1-4/+3
2018-07-03Remove ptid_get_tidTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-10/+11