summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* C++-ify prologue-value's pv_areaTom Tromey2017-10-121-42/+31
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* gdb: Fix decoding of ARM neon memory hint insns.Jose E. Marchesi2017-10-061-2/+2
* Complete tdep move to convert_typed_floatingUlrich Weigand2017-09-271-42/+3
* Add selftests run filteringSimon Marchi2017-09-161-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* [ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flagsYao Qi2017-08-181-0/+8
* Put selftests api into selftests namespaceYao Qi2017-08-181-1/+1
* Don't use print_insn_XXX in GDBYao Qi2017-06-141-4/+1
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-24/+6
* Change gdbarch_wchar_bit for AArch64 and ARMYao Qi2017-04-251-1/+0
* release branch: Fix: --enable-werrorJan Kratochvil2017-04-211-0/+2
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+7
* Remove MAX_REGISTER_SIZE from arm-tdep.cAlan Hayward2017-04-111-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify struct disassemble_info's disassembler_options fieldPedro Alves2017-04-051-1/+1
* Wrap locally used classes in anonymous namespaceYao Qi2017-03-221-0/+3
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+3
* Support CBNZ, CBZ, REV, REV16 and REVSH in arm process recordYao Qi2017-03-161-2/+2
* Fix arm process record for some instructionsYao Qi2017-03-161-77/+228
* Add instruction_reader to arm process recordYao Qi2017-03-161-9/+37
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-281-49/+57
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-9/+4
* Refactor disassembly codeYao Qi2017-01-261-1/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-5/+0
* Use code cache in arm prologue analyzerYao Qi2016-12-091-19/+19
* [ARM] Read memory as unsigned integerYao Qi2016-11-301-8/+9
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+1
* Use ui_file_as_string in gdb/arm-tdep.cPedro Alves2016-11-081-3/+3
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-7/+3
* Clear addr bit in next_pcs vectorYao Qi2016-11-081-1/+4
* Remove arm_insert_single_step_breakpointYao Qi2016-11-081-15/+4
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-1/+2
* Remove arm_override_modeYao Qi2016-11-031-14/+0
* Determine the kind of single step breakpointYao Qi2016-11-031-0/+55
* Add default_breakpoint_from_pcYao Qi2016-11-031-10/+0
* Remove gdbarch_remote_breakpoint_from_pcYao Qi2016-11-031-10/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+4
* Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-23/+38
* Use RAII to save and restore scalarsTom Tromey2016-10-211-6/+3
* Share enum arm_breakpoint_kindsYao Qi2016-10-101-1/+1
* Clean up the XML files for ARMYao Qi2016-10-051-7/+7
* Detect the magic address of EXC_RETURN in ARM coretx-m profileFredrik Hederstierna2016-09-271-9/+59
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+3
* [ARM] Fix endless recursion on calculating CPRC candidateYao Qi2016-07-061-2/+5
* Skip unwritable frames in command "finish"Yao Qi2016-05-231-0/+19
* Use getters/setters to access ARM branch typeThomas Preud'homme2016-05-101-1/+3
* remove trivialy unused variablesTrevor Saunders2016-05-071-6/+0
* Revert 415fa612Yao Qi2016-04-181-8/+0