aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb/contrib] Add two rules in common-misspellings.txtTom de Vries2024-11-231-6/+6
* [gdb/tdep] Fix recording of T1 pushTom de Vries2024-11-131-4/+6
* [gdb] Fix common misspellingsTom de Vries2024-10-061-4/+4
* gdb: pass inferior to gdbarch_update_pSimon Marchi2024-08-121-1/+1
* gdb: add program_space parameter to lookup_minimal_symbolSimon Marchi2024-08-121-2/+3
* gdb: make lookup_minimal_symbol objf and sfile parameters optionalSimon Marchi2024-08-121-3/+2
* gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi2024-08-121-11/+7
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-0/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Use std::string for disassembler optionsTom Tromey2024-03-221-2/+2
* Constify get_disassembler_optionsTom Tromey2024-03-221-1/+1
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-201-37/+37
* [gdb/tdep] Fix reverse execution of LDR(immediate) T4Tom de Vries2024-02-131-0/+8
* [gdb/tdep] Fix use-after-free in arm_exidx_fill_cacheTom de Vries2024-02-051-1/+1
* gdb/arm: Fix epilogue frame idThiago Jung Bauermann2024-01-241-1/+1
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: migrate arm to new gdbarch_pseudo_register_writeSimon Marchi2023-12-141-26/+36
* gdb: migrate arm to gdbarch_pseudo_register_read_valueSimon Marchi2023-12-141-32/+44
* gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi2023-12-141-1/+1
* gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi2023-12-141-2/+2
* gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi2023-12-141-2/+3
* Use C++17 [[fallthrough]] attributeTom Tromey2023-11-291-1/+1
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-2/+2
* gdb/arm: remove thumb bit in arm_adjust_breakpoint_addressSimon Marchi2023-11-071-3/+6
* Fix fixed-point "return" on ARMTom Tromey2023-10-301-3/+15
* Fix range-type "return" command on ARMTom Tromey2023-10-301-0/+3
* Fix "finish" for vector types on ARMTom Tromey2023-10-301-20/+6
* Fix "finish" with range types on ARMTom Tromey2023-10-301-0/+3
* Fix calls with small integers on ARMTom Tromey2023-10-301-3/+0
* gdb: remove target_gdbarchSimon Marchi2023-10-101-7/+8
* gdb: add all_objfiles_removed observerSimon Marchi2023-10-051-1/+1
* Remove explanatory comments from includesTom Tromey2023-09-201-2/+2
* gdb: remove TYPE_FIELD_BITSIZESimon Marchi2023-08-311-1/+1
* [AArch64,arm] Fix some formatting issues in the aarch64/arm codebaseLuis Machado2023-06-091-11/+11
* Fix PR30369 regression on aarch64/arm (PR30506)Tom de Vries2023-06-071-3/+18
* [gdb] Fix more typosTom de Vries2023-06-051-1/+1
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-3/+1
* Replace field_is_static with a methodTom Tromey2023-05-011-1/+1
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-061-1/+25
* gdb/arm: Fix backtrace for pthread_cond_timedwaitJan Kratochvil2023-04-011-17/+25
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-3/+6
* gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess2023-03-131-1/+3
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* Remove old GNU indent directivesTom Tromey2023-02-271-2/+0
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn some value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-3/+3
* gdb/arm: Use new dwarf2 function cacheTorbjörn SVENSSON2023-01-251-32/+65