aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Remove some uses of MAX_REGISTER_SIZE from mips-tdep.cAlan Hayward2-3/+11
2017-05-08Remove some uses of MAX_REGISTER_SIZE from mips-linux-tdep.cAlan Hayward2-14/+10
2017-05-08Remove some uses of MAX_REGISTER_SIZE uses from mn10300-linux-tdep.cAlan Hayward2-12/+10
2017-05-06Rearrange gdb/configure.nat to make it simpler and less redundantSergio Durigan Junior2-528/+415
2017-05-06Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)Sergio Durigan Junior63-491/+733
2017-05-05btrace: Fix memory leak in btrace_clear.Tim Wiederhake2-0/+5
2017-05-05gdb: Disable -Werror for -Wmaybe-uninitializedPedro Alves5-3/+12
2017-05-04Fix gdb.python/py-record-btrace-threads.exp with Python 3Pedro Alves2-2/+7
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves21-415/+453
2017-05-04make_cleanup_restore_current_thread: Look up thread earlierPedro Alves2-5/+12
2017-05-04Fix get_core_register_section leak, introduce thread_section_namePedro Alves2-23/+58
2017-05-04Remove some superfluous code in corelow.cAndreas Arnez2-4/+7
2017-05-03Make sure malloc is linked into gdb.cp/oranking.cc.Keith Seitz2-0/+22
2017-05-03Remove MAX_REGISTER_SIZE from frv-linux-tdep.cAlan Hayward4-5/+30
2017-05-03gdbarch.sh: Remove commented out TARGET_CHAR_BIT definitionSimon Marchi3-9/+7
2017-05-03Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27...Sergio Durigan Junior4-2/+10
2017-05-02solib-target: Remove local variablesSimon Marchi2-13/+14
2017-05-02Remove definition of VEC (CORE_ADDR)Simon Marchi2-2/+4
2017-05-02Use std::vector in lm_info_targetSimon Marchi2-29/+26
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi29-222/+223
2017-05-02Change field separator in gdbarch.shSimon Marchi3-194/+199
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake9-19/+143
2017-05-02Python: Move and rename gdb.BtraceFunctionTim Wiederhake9-221/+309
2017-05-02Python: Move and rename gdb.BtraceInstructionTim Wiederhake7-166/+388
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake8-62/+182
2017-05-02Python: Remove ptid from gdb.Record interfaceTim Wiederhake6-19/+13
2017-05-02Python: Use correct ptid in btrace recordingTim Wiederhake8-29/+224
2017-05-02Python: Fix indentation in py-record-btrace.cTim Wiederhake2-30/+36
2017-05-01gdb/MAINTAINERS: Move Daniel J and Mark to the Past Maintainers section.Joel Brobecker2-13/+9
2017-04-28Make environ.exp run on all platforms (and create info-program.exp)Sergio Durigan Junior3-252/+106
2017-04-28Remove cleanup in get_return_valueYao Qi2-11/+8
2017-04-28Use tag dispatch regcache ctor in regcache_dupYao Qi3-17/+34
2017-04-28Simplify regcache_dupYao Qi3-1/+11
2017-04-28Class-fy regcacheYao Qi4-334/+627
2017-04-28Class-ify lm_info_windowsSimon Marchi2-4/+11
2017-04-28Class-ify lm_info_darwinSimon Marchi2-3/+12
2017-04-28Class-ify lm_info_svr4Simon Marchi3-10/+23
2017-04-28Class-ify lm_info_targetSimon Marchi2-19/+31
2017-04-28Class-ify lm_info_frvSimon Marchi2-23/+28
2017-04-28Fix indentation of lm_info_frvSimon Marchi2-23/+28
2017-04-28Class-ify lm_info_dsbtSimon Marchi2-12/+22
2017-04-28Class-ify lm_info_aixSimon Marchi2-41/+31
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi11-222/+291
2017-04-28Standardize darwin's lm_infoSimon Marchi2-13/+11
2017-04-28Consistently use fprintf_filtered when displaying MIPS registers.John Baldwin2-1/+6
2017-04-28Add constructor and destructor to regcacheYao Qi2-36/+50
2017-04-28Use ptid method lwp in mips_linux_new_threadYao Qi2-1/+6
2017-04-28[MIPS] Use lwpid from lwp_info instead of inferior_ptidYao Qi2-3/+7
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz8-57/+119
2017-04-27Add missing incref when creating Inferior Python objectSimon Marchi2-2/+10