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