summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove symbol value macrosSimon Marchi2022-04-111-4/+4
* Unify gdb printf functionsTom Tromey2022-03-291-24/+24
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-12/+12
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Implement 'task apply'Tom Tromey2021-12-021-3/+201
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* Change get_ada_task_ptid parameter typeTom Tromey2021-09-231-1/+1
* Change ptid_t::tid to ULONGESTTom Tromey2021-09-231-1/+2
* gdb: make inferior_list use intrusive_listPedro Alves2021-07-121-3/+1
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Handle CPU offset for RavenscarTom Tromey2020-12-111-2/+20
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-59/+59
* Remove target_has_stack macroTom Tromey2020-09-281-1/+1
* Apply 'const' in more placesTom Tromey2020-09-141-2/+2
* Use gdb::function_view in iterate_over_live_ada_tasksTom Tromey2020-08-071-1/+1
* gdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUND_UNDEFINEDSimon Marchi2020-07-121-2/+2
* gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi2020-07-121-1/+2
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-1/+1
* 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