summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
Commit message (Expand)AuthorAgeFilesLines
* gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi2020-05-241-33/+6
* gdb: silence shellcheck warning SC2162 (use read -r) in gdbarch.shSimon Marchi2020-04-291-0/+1
* gdb: fix shellcheck warnings SC2154 (referenced but not assigned) in gdbarch.shSimon Marchi2020-04-291-7/+7
* gdb: fix shellcheck warnings SC2034 (unused variable) in gdbarch.shSimon Marchi2020-04-291-19/+2
* gdb: fix shellcheck warnings SC2166 (&& and !! instead of -a and -o) in gdbar...Simon Marchi2020-04-291-7/+7
* gdb: fix shellcheck warnings SC2006 (use $() instead of ``) in gdbarch.shSimon Marchi2020-04-291-3/+3
* gdb: fix shellcheck warnings SC2086 (missing double quotes) in gdbarch.shSimon Marchi2020-04-291-8/+8
* gdb: fix shellcheck warnings SC2059 (variables in printf format string) in gd...Simon Marchi2020-04-291-61/+61
* gdb: move enum gdb_osabi to osabi.hSimon Marchi2020-03-161-0/+1
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-2/+2
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-1/+1
* Recognize more program breakpoint patternsLuis Machado2020-01-291-0/+4
* gdb: add declaration for _initialize_gdbarch in gdbarch.shSimon Marchi2020-01-211-1/+2
* Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.texJoel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-4/+0
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-2/+2
* Move [PAC] into a new MI field addr_flagsAlan Hayward2019-08-161-0/+3
* gdb: Remove a non-const reference parameterAndrew Burgess2019-07-171-1/+1
* Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541)Sergio Durigan Junior2019-06-281-0/+25
* Make base class for parser_stateTom Tromey2019-04-041-2/+2
* Change pid_to_str to return std::stringTom Tromey2019-03-131-1/+1
* Add a new gdbarch method to resolve the address of TLS variables.John Baldwin2019-03-121-0/+8
* gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess2019-02-271-1/+4
* gdb: Update copyright year range generated by gdbarch.shAndrew Burgess2019-02-221-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Add default frame methods to gdbarchAndrew Burgess2018-12-191-3/+13
* Add an optional "alias" attribute to syscall entries.John Baldwin2018-12-131-3/+0
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-1/+1
* Use enum for return method for dummy callsAlan Hayward2018-11-161-0/+23
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-0/+8
* Add comment describing continuable/steppable/non-steppable watchpointsPedro Alves2018-08-311-0/+2
* Split size in regset section iteratorsAlan Hayward2018-08-131-5/+7
* GDB PR tdep/8282: MIPS: Wire in `set disassembler-options'Maciej W. Rozycki2018-07-021-1/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-1/+1
* Unset gdbarch significant_addr_bit by defaultOmair Javaid2018-05-311-1/+1
* Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi2018-05-201-10/+11
* Remove long_long_align_bit gdbarch attributeTom Tromey2018-04-301-3/+0
* Add initial type alignment supportTom Tromey2018-04-301-0/+3
* infrun: step through indirect branch thunksMarkus Metzger2018-04-131-0/+3
* Apply "Convert observers to C++" edit to gdbarch.shPedro Alves2018-04-091-2/+2
* Remove cleanups from check_fast_tracepoint_salsTom Tromey2018-02-241-1/+1
* Pass readable_regcache to gdbarch method read_pcYao Qi2018-02-211-1/+1
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-2/+2
* Clear non-significant bits of address on memory accessYao Qi2017-12-081-0/+6
* Remove simple_displaced_step_copy_insnSimon Marchi2017-10-121-4/+0
* GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki2017-10-111-8/+0
* gdbarch: Remove duplicate `struct objfile' declarationMaciej W. Rozycki2017-10-031-1/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0