aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-05-17Add alias command to cmd_list_elementYao Qi1-0/+7
2017-05-17nat_extra_makefile_frag -> nat_makefile_fragPedro Alves1-0/+8
2017-05-15Fix gdb procfs.c compilation on SolarisRainer Orth1-0/+5
2017-05-13Avoid compiler warning in MinGW buildEli Zaretskii1-0/+5
2017-05-12Avoid exponential behavior in rust_evaluate_subexpTom Tromey1-0/+6
2017-05-12Fix rust_dump_subexp_bodyTom Tromey1-0/+5
2017-05-12Replace "return" with "break"Tom Tromey1-0/+4
2017-05-09Use std::forward_list for current_regcacheYao Qi1-0/+10
2017-05-09Add current_regcache unit testYao Qi1-0/+7
2017-05-08Remove some uses of MAX_REGISTER_SIZE from mips-tdep.cAlan Hayward1-0/+5
2017-05-08Remove some uses of MAX_REGISTER_SIZE from mips-linux-tdep.cAlan Hayward1-0/+6
2017-05-08Remove some uses of MAX_REGISTER_SIZE uses from mn10300-linux-tdep.cAlan Hayward1-0/+5
2017-05-06Rearrange gdb/configure.nat to make it simpler and less redundantSergio Durigan Junior1-0/+5
2017-05-06Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)Sergio Durigan Junior1-0/+74
2017-05-05btrace: Fix memory leak in btrace_clear.Tim Wiederhake1-0/+4
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