Age | Commit message (Expand) | Author | Files | Lines |
2023-06-09 | [AArch64,arm] Fix some formatting issues in the aarch64/arm codebase | Luis Machado | 1 | -11/+11 |
2023-06-07 | Fix PR30369 regression on aarch64/arm (PR30506) | Tom de Vries | 1 | -3/+18 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-05-07 | Remove ALL_OBJFILE_OSECTIONS | Tom Tromey | 1 | -3/+1 |
2023-05-01 | Replace field_is_static with a method | Tom Tromey | 1 | -1/+1 |
2023-04-06 | gdb: fix reg corruption from displaced stepping on amd64 | Andrew Burgess | 1 | -1/+25 |
2023-04-01 | gdb/arm: Fix backtrace for pthread_cond_timedwait | Jan Kratochvil | 1 | -17/+25 |
2023-03-18 | Unify arch_float_type and init_float_type | Tom Tromey | 1 | -3/+6 |
2023-03-13 | gdb: add gdbarch::displaced_step_buffer_length | Andrew Burgess | 1 | -1/+3 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-02-27 | Remove old GNU indent directives | Tom Tromey | 1 | -2/+0 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -3/+3 |
2023-01-25 | gdb/arm: Use new dwarf2 function cache | Torbjörn SVENSSON | 1 | -32/+65 |
2023-01-20 | gdb: remove language.h include from frame.h | Simon Marchi | 1 | -0/+1 |
2023-01-05 | gdb: make gdbarch_alloc take ownership of the tdep | Simon Marchi | 1 | -3/+3 |
2023-01-03 | Fix inferior calls with variably-sized return type | Tom Tromey | 1 | -11/+19 |
2023-01-03 | Convert selected architectures to gdbarch_return_value_as_value | Tom Tromey | 1 | -2/+9 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-20 | sim: move register headers into sim/ namespace [PR sim/29869] | Mike Frysinger | 1 | -1/+1 |
2022-11-23 | gdb/arm: Include FType bit in EXC_RETURN pattern on v8m | Torbjörn SVENSSON | 1 | -6/+13 |
2022-11-22 | gdb/arm: Fix obvious typo in b0b23e06c3a | Torbjörn SVENSSON | 1 | -2/+2 |
2022-11-21 | gdb/arm: Ensure that stack pointers are in sync | Torbjörn SVENSSON | 1 | -28/+62 |
2022-11-21 | gdb/arm: Update active msp/psp when switching stack | Torbjörn SVENSSON | 1 | -2/+17 |
2022-10-26 | gdb/arm: Fix M-profile EXC_RETURN | Luis Machado | 1 | -2/+2 |
2022-10-26 | gdb/arm: fix IPSR field test in arm_m_exception_cache () | Luis Machado | 1 | -1/+1 |
2022-10-26 | gdb/arm: Terminate frame unwinding in M-profile lockup | Luis Machado | 1 | -3/+53 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -29/+20 |
2022-10-15 | gdb/arm: Don't rely on loop detection to stop unwinding | Torbjörn SVENSSON | 1 | -7/+6 |
2022-10-14 | gdb/arm: Stop unwinding on error, but do not assert | Torbjörn SVENSSON | 1 | -7/+40 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -32/+32 |
2022-10-06 | gdb/arm: Handle lazy FPU state preservation | Torbjörn SVENSSON | 1 | -16/+40 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -24/+24 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -3/+3 |
2022-09-07 | Fix endianness handling for arm record self tests | Luis Machado | 1 | -82/+68 |
2022-08-11 | [Arm] Cleanup arm_m_exception_cache | Torbjörn SVENSSON | 1 | -178/+203 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -10/+11 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -2/+2 |
2022-07-25 | gdb/arm: Sync sp with other *sp registers | Yvan Roux | 1 | -0/+80 |
2022-07-25 | gdb/arm: Use if-else if instead of switch | Torbjörn SVENSSON | 1 | -15/+10 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -55/+55 |
2022-07-21 | gdb: select suitable thread for gdbarch_adjust_breakpoint_address | Andrew Burgess | 1 | -4/+8 |
2022-07-21 | gdb/arm: move fetch of arm_gdbarch_tdep to a more inner scope | Andrew Burgess | 1 | -10/+14 |
2022-07-21 | [arm] Rename arm_cache_is_sp_register to arm_is_alternative_sp_register | Torbjörn SVENSSON | 1 | -9/+6 |
2022-06-29 | gdb/arm: Only stack S16..S31 when FPU registers are secure | Yvan Roux | 1 | -1/+8 |
2022-06-27 | gdb/arm: Unwind Non-Secure callbacks from Secure | Yvan Roux | 1 | -30/+84 |
2022-06-24 | gdb/arm: Update the value of active sp when base sp changes | Yvan Roux | 1 | -5/+11 |
2022-06-15 | gdb/arm: Make sp alias for one of the other stack pointers | Yvan Roux | 1 | -9/+11 |