Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | Move [PAC] into a new MI field addr_flags | Alan Hayward | 1 | -0/+8 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -10/+12 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -12/+10 |
2019-02-27 | gdb: Restructure type_align and gdbarch_type_align | Andrew Burgess | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-20 | Do not use buildsym.h in some files | Tom Tromey | 1 | -1/+0 |
2018-06-14 | type alignment: Use type_length_units | Simon Marchi | 1 | -1/+1 |
2018-05-31 | arch-utils: Make the last endianness actually chosen sticky | Maciej W. Rozycki | 1 | -0/+2 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -1/+1 |
2018-04-30 | Add initial type alignment support | Tom Tromey | 1 | -0/+8 |
2018-04-13 | infrun: step through indirect branch thunks | Markus Metzger | 1 | -0/+8 |
2018-04-07 | Make "set osabi none" really work (PR 22980) | Simon Marchi | 1 | -2/+5 |
2018-02-24 | Remove cleanups from check_fast_tracepoint_sals | Tom Tromey | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -2/+3 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-12 | Remove simple_displaced_step_copy_insn | Simon Marchi | 1 | -21/+0 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-07 | GDB/opcodes: Remove arch/mach/endian disassembler assertions | Maciej W. Rozycki | 1 | -7/+0 |
2017-07-25 | Catch exceptions thrown from gdbarch_skip_prologue | Yao Qi | 1 | -0/+18 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -8/+0 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -0/+20 |
2017-04-26 | [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to it | Jiong Wang | 1 | -0/+9 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-03 | Determine the kind of single step breakpoint | Yao Qi | 1 | -0/+8 |
2016-11-03 | Add default_breakpoint_from_pc | Yao Qi | 1 | -0/+9 |
2016-11-03 | Remove gdbarch_remote_breakpoint_from_pc | Yao Qi | 1 | -7/+0 |
2016-09-06 | Add gdbarch callback to provide formats for debug info float types | Ulrich Weigand | 1 | -0/+28 |
2016-07-14 | Remove some variables but call functions for side effects | Tom Tromey | 1 | -2/+1 |
2016-05-23 | Skip unwritable frames in command "finish" | Yao Qi | 1 | -0/+7 |
2016-02-18 | gdb: Add guess_tracepoint_registers hook to gdbarch. | Marcin KoĆcielnicki | 1 | -0/+23 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -2/+2 |
2015-07-30 | Remove isize output argument from fast_tracepoint_valid_at | Pierre Langlois | 1 | -2/+2 |
2015-06-12 | gdbarch: add addressable_memory_unit_size method | Simon Marchi | 1 | -0/+9 |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 1 | -0/+6 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -1/+1 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | add gnu_triplet_regexp gdbarch method | Tom Tromey | 1 | -0/+8 |
2014-12-12 | add infcall_mmap and gcc_target_options gdbarch methods | Jan Kratochvil | 1 | -0/+16 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -2/+21 |
2014-11-12 | add a default method for gdbarch_skip_permanent_breakpoint | Pedro Alves | 1 | -1/+12 |
2014-10-10 | Split vDSO range lookup to a gdbarch hook | Pedro Alves | 1 | -0/+8 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |