Age | Commit message (Expand) | Author | Files | Lines |
2017-05-12 | Fix rust_dump_subexp_body | Tom Tromey | 2 | -2/+8 |
2017-05-12 | Replace "return" with "break" | Tom Tromey | 2 | -1/+5 |
2017-05-09 | Use std::forward_list for current_regcache | Yao Qi | 2 | -45/+32 |
2017-05-09 | Add current_regcache unit test | Yao Qi | 2 | -1/+81 |
2017-05-08 | Remove some uses of MAX_REGISTER_SIZE from mips-tdep.c | Alan Hayward | 2 | -3/+11 |
2017-05-08 | Remove some uses of MAX_REGISTER_SIZE from mips-linux-tdep.c | Alan Hayward | 2 | -14/+10 |
2017-05-08 | Remove some uses of MAX_REGISTER_SIZE uses from mn10300-linux-tdep.c | Alan Hayward | 2 | -12/+10 |
2017-05-06 | Rearrange gdb/configure.nat to make it simpler and less redundant | Sergio Durigan Junior | 2 | -528/+415 |
2017-05-06 | Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files) | Sergio Durigan Junior | 63 | -491/+733 |
2017-05-05 | btrace: Fix memory leak in btrace_clear. | Tim Wiederhake | 2 | -0/+5 |
2017-05-05 | gdb: Disable -Werror for -Wmaybe-uninitialized | Pedro Alves | 5 | -3/+12 |
2017-05-04 | Fix gdb.python/py-record-btrace-threads.exp with Python 3 | Pedro Alves | 2 | -2/+7 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 21 | -415/+453 |
2017-05-04 | make_cleanup_restore_current_thread: Look up thread earlier | Pedro Alves | 2 | -5/+12 |
2017-05-04 | Fix get_core_register_section leak, introduce thread_section_name | Pedro Alves | 2 | -23/+58 |
2017-05-04 | Remove some superfluous code in corelow.c | Andreas Arnez | 2 | -4/+7 |
2017-05-03 | Make sure malloc is linked into gdb.cp/oranking.cc. | Keith Seitz | 2 | -0/+22 |
2017-05-03 | Remove MAX_REGISTER_SIZE from frv-linux-tdep.c | Alan Hayward | 4 | -5/+30 |
2017-05-03 | gdbarch.sh: Remove commented out TARGET_CHAR_BIT definition | Simon Marchi | 3 | -9/+7 |
2017-05-03 | Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27... | Sergio Durigan Junior | 4 | -2/+10 |
2017-05-02 | solib-target: Remove local variables | Simon Marchi | 2 | -13/+14 |
2017-05-02 | Remove definition of VEC (CORE_ADDR) | Simon Marchi | 2 | -2/+4 |
2017-05-02 | Use std::vector in lm_info_target | Simon Marchi | 2 | -29/+26 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 29 | -222/+223 |
2017-05-02 | Change field separator in gdbarch.sh | Simon Marchi | 3 | -194/+199 |
2017-05-02 | Python: Introduce gdb.Instruction class | Tim Wiederhake | 9 | -19/+143 |
2017-05-02 | Python: Move and rename gdb.BtraceFunction | Tim Wiederhake | 9 | -221/+309 |
2017-05-02 | Python: Move and rename gdb.BtraceInstruction | Tim Wiederhake | 7 | -166/+388 |
2017-05-02 | Python: Introduce gdb.RecordGap class | Tim Wiederhake | 8 | -62/+182 |
2017-05-02 | Python: Remove ptid from gdb.Record interface | Tim Wiederhake | 6 | -19/+13 |
2017-05-02 | Python: Use correct ptid in btrace recording | Tim Wiederhake | 8 | -29/+224 |
2017-05-02 | Python: Fix indentation in py-record-btrace.c | Tim Wiederhake | 2 | -30/+36 |
2017-05-01 | gdb/MAINTAINERS: Move Daniel J and Mark to the Past Maintainers section. | Joel Brobecker | 2 | -13/+9 |
2017-04-28 | Make environ.exp run on all platforms (and create info-program.exp) | Sergio Durigan Junior | 3 | -252/+106 |
2017-04-28 | Remove cleanup in get_return_value | Yao Qi | 2 | -11/+8 |
2017-04-28 | Use tag dispatch regcache ctor in regcache_dup | Yao Qi | 3 | -17/+34 |
2017-04-28 | Simplify regcache_dup | Yao Qi | 3 | -1/+11 |
2017-04-28 | Class-fy regcache | Yao Qi | 4 | -334/+627 |
2017-04-28 | Class-ify lm_info_windows | Simon Marchi | 2 | -4/+11 |
2017-04-28 | Class-ify lm_info_darwin | Simon Marchi | 2 | -3/+12 |
2017-04-28 | Class-ify lm_info_svr4 | Simon Marchi | 3 | -10/+23 |
2017-04-28 | Class-ify lm_info_target | Simon Marchi | 2 | -19/+31 |
2017-04-28 | Class-ify lm_info_frv | Simon Marchi | 2 | -23/+28 |
2017-04-28 | Fix indentation of lm_info_frv | Simon Marchi | 2 | -23/+28 |
2017-04-28 | Class-ify lm_info_dsbt | Simon Marchi | 2 | -12/+22 |
2017-04-28 | Class-ify lm_info_aix | Simon Marchi | 2 | -41/+31 |
2017-04-28 | Make various lm_info implementations inherit from a base class | Simon Marchi | 11 | -222/+291 |
2017-04-28 | Standardize darwin's lm_info | Simon Marchi | 2 | -13/+11 |
2017-04-28 | Consistently use fprintf_filtered when displaying MIPS registers. | John Baldwin | 2 | -1/+6 |
2017-04-28 | Add constructor and destructor to regcache | Yao Qi | 2 | -36/+50 |