aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2017-05-04Remove some superfluous code in corelow.cAndreas Arnez
2017-05-03Make sure malloc is linked into gdb.cp/oranking.cc.Keith Seitz
2017-05-03Remove MAX_REGISTER_SIZE from frv-linux-tdep.cAlan Hayward
2017-05-03gdbarch.sh: Remove commented out TARGET_CHAR_BIT definitionSimon Marchi
2017-05-03Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27...Sergio Durigan Junior
2017-05-02solib-target: Remove local variablesSimon Marchi
2017-05-02Remove definition of VEC (CORE_ADDR)Simon Marchi
2017-05-02Use std::vector in lm_info_targetSimon Marchi
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-05-02Change field separator in gdbarch.shSimon Marchi
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake
2017-05-02Python: Move and rename gdb.BtraceFunctionTim Wiederhake
2017-05-02Python: Move and rename gdb.BtraceInstructionTim Wiederhake
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake
2017-05-02Python: Remove ptid from gdb.Record interfaceTim Wiederhake
2017-05-02Python: Use correct ptid in btrace recordingTim Wiederhake
2017-05-02Python: Fix indentation in py-record-btrace.cTim Wiederhake
2017-05-01gdb/MAINTAINERS: Move Daniel J and Mark to the Past Maintainers section.Joel Brobecker
2017-04-28Make environ.exp run on all platforms (and create info-program.exp)Sergio Durigan Junior
2017-04-28Remove cleanup in get_return_valueYao Qi
2017-04-28Use tag dispatch regcache ctor in regcache_dupYao Qi
2017-04-28Simplify regcache_dupYao Qi
2017-04-28Class-fy regcacheYao Qi
2017-04-28Class-ify lm_info_windowsSimon Marchi
2017-04-28Class-ify lm_info_darwinSimon Marchi
2017-04-28Class-ify lm_info_svr4Simon Marchi
2017-04-28Class-ify lm_info_targetSimon Marchi
2017-04-28Class-ify lm_info_frvSimon Marchi
2017-04-28Fix indentation of lm_info_frvSimon Marchi
2017-04-28Class-ify lm_info_dsbtSimon Marchi
2017-04-28Class-ify lm_info_aixSimon Marchi
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi
2017-04-28Standardize darwin's lm_infoSimon Marchi
2017-04-28Consistently use fprintf_filtered when displaying MIPS registers.John Baldwin
2017-04-28Add constructor and destructor to regcacheYao Qi
2017-04-28Use ptid method lwp in mips_linux_new_threadYao Qi
2017-04-28[MIPS] Use lwpid from lwp_info instead of inferior_ptidYao Qi
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz
2017-04-27Add missing incref when creating Inferior Python objectSimon Marchi
2017-04-27Read corrrect auxiliary entry in AIXUlrich Weigand
2017-04-27Remove some MAX_REGISTER_SIZE uses in ia64-tdep.cAlan Hayward
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang
2017-04-26xtensa_pseudo_register_read/write - Use regcache_raw_read_unsignedAlan Hayward
2017-04-26nds32: Abort instead of returning REG_UNKNOWNAlan Hayward
2017-04-25Change readonly_p to boolYao Qi
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi
2017-04-25Fix build on gcc < 5 (std::is_trivially_copyable missing)Pedro Alves
2017-04-25Poison non-POD memset & non-trivially-copyable memcpy/memmovePedro Alves
2017-04-25Don't memset non-POD types: struct breakpointPedro Alves
2017-04-25Don't memset non-POD types: struct btrace_insnPedro Alves