aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-05-05gdb: Disable -Werror for -Wmaybe-uninitializedPedro Alves1-0/+5
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-0/+83
2017-05-04make_cleanup_restore_current_thread: Look up thread earlierPedro Alves1-0/+7
2017-05-04Fix get_core_register_section leak, introduce thread_section_namePedro Alves1-0/+5
2017-05-04Remove some superfluous code in corelow.cAndreas Arnez1-0/+5
2017-05-03Remove MAX_REGISTER_SIZE from frv-linux-tdep.cAlan Hayward1-0/+6
2017-05-03gdbarch.sh: Remove commented out TARGET_CHAR_BIT definitionSimon Marchi1-0/+6
2017-05-03Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27...Sergio Durigan Junior1-0/+4
2017-05-02solib-target: Remove local variablesSimon Marchi1-0/+5
2017-05-02Remove definition of VEC (CORE_ADDR)Simon Marchi1-0/+4
2017-05-02Use std::vector in lm_info_targetSimon Marchi1-0/+10
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-0/+37
2017-05-02Change field separator in gdbarch.shSimon Marchi1-0/+5
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake1-0/+13
2017-05-02Python: Move and rename gdb.BtraceFunctionTim Wiederhake1-0/+28
2017-05-02Python: Move and rename gdb.BtraceInstructionTim Wiederhake1-0/+37
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake1-0/+18
2017-05-02Python: Remove ptid from gdb.Record interfaceTim Wiederhake1-0/+5
2017-05-02Python: Use correct ptid in btrace recordingTim Wiederhake1-0/+12
2017-05-02Python: Fix indentation in py-record-btrace.cTim Wiederhake1-0/+6
2017-05-01gdb/MAINTAINERS: Move Daniel J and Mark to the Past Maintainers section.Joel Brobecker1-0/+5
2017-04-28Remove cleanup in get_return_valueYao Qi1-0/+5
2017-04-28Use tag dispatch regcache ctor in regcache_dupYao Qi1-0/+9
2017-04-28Simplify regcache_dupYao Qi1-0/+6
2017-04-28Class-fy regcacheYao Qi1-0/+52
2017-04-28Class-ify lm_info_windowsSimon Marchi1-0/+6
2017-04-28Class-ify lm_info_darwinSimon Marchi1-0/+7
2017-04-28Class-ify lm_info_svr4Simon Marchi1-0/+11
2017-04-28Class-ify lm_info_targetSimon Marchi1-0/+11
2017-04-28Class-ify lm_info_frvSimon Marchi1-0/+9
2017-04-28Fix indentation of lm_info_frvSimon Marchi1-0/+4
2017-04-28Class-ify lm_info_dsbtSimon Marchi1-0/+9
2017-04-28Class-ify lm_info_aixSimon Marchi1-0/+10
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-0/+58
2017-04-28Standardize darwin's lm_infoSimon Marchi1-0/+7
2017-04-28Consistently use fprintf_filtered when displaying MIPS registers.John Baldwin1-0/+5
2017-04-28Add constructor and destructor to regcacheYao Qi1-0/+9
2017-04-28Use ptid method lwp in mips_linux_new_threadYao Qi1-0/+5
2017-04-28[MIPS] Use lwpid from lwp_info instead of inferior_ptidYao Qi1-0/+5
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz1-0/+12
2017-04-27Add missing incref when creating Inferior Python objectSimon Marchi1-0/+5
2017-04-27Read corrrect auxiliary entry in AIXUlrich Weigand1-0/+10
2017-04-27Remove some MAX_REGISTER_SIZE uses in ia64-tdep.cAlan Hayward1-0/+8
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang1-0/+17
2017-04-26xtensa_pseudo_register_read/write - Use regcache_raw_read_unsignedAlan Hayward1-0/+6
2017-04-26nds32: Abort instead of returning REG_UNKNOWNAlan Hayward1-0/+5
2017-04-25Change readonly_p to boolYao Qi1-0/+6
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi1-0/+6
2017-04-25Fix build on gcc < 5 (std::is_trivially_copyable missing)Pedro Alves1-0/+7
2017-04-25Poison non-POD memset & non-trivially-copyable memcpy/memmovePedro Alves1-0/+9