summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ARM] minor opt in thumb_stack_frame_destroyed_pYao Qi2016-04-151-0/+8
* Check func against 0 rather than NULLYao Qi2016-03-301-1/+1
* Add arm epilogue unwinderYao Qi2016-03-301-0/+107
* Refactor arm_stack_frame_destroyed_pYao Qi2016-03-301-6/+11
* ARM process record: median instructionsYao Qi2016-03-211-0/+85
* ARM process record: VMOVYao Qi2016-03-041-11/+2
* Tweak ARM process recordYao Qi2016-03-041-32/+19
* Fix various bugs in arm_record_exreg_ld_st_insnYao Qi2016-02-261-35/+58
* Record right reg num of thumb special data instructionsYao Qi2016-02-261-4/+4
* arm-tdep.c: Remove unused "to" parametersSimon Marchi2016-02-231-4/+4