aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi2023-12-141-1/+1
* Use C++17 [[fallthrough]] attributeTom Tromey2023-11-291-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* Add an arm-tls feature which includes the tpidruro register from CP15.John Baldwin2022-05-031-1/+5
* gdb/arm: Define MSP and PSP registers for M-ProfileChristophe Lyon2022-04-271-0/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* [ARM] Add support for M-profile MVE extensionSrinath Parvathaneni2021-10-111-0/+7
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* gdb: Delay releasing target_desc_up in more casesAndrew Burgess2020-10-091-8/+8
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-081-2/+2
* gnulib: import count-one-bits module and use itSimon Marchi2020-02-141-11/+0
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Arm: Use feature target descriptionsAlan Hayward2019-07-191-24/+48
* Arm: Add read_description read funcs and use in GDBAlan Hayward2019-07-191-0/+60
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix "fall through" commentsTom Tromey2018-05-041-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Support software single step on ARM in GDBServerAntoine Tremblay2015-12-181-0/+284
* Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay2015-12-181-2/+58
* Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay2015-10-211-0/+33