aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-05-24Use disassemble.c:disassembler select rs6000 disassemblerYao Qi2-14/+5
2017-05-24Use disassemble.c:disassembler select rl78 disassemblerYao Qi2-3/+5
2017-05-24Use disassemble.c:disassembler select h8300 disassemblerYao Qi2-4/+5
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi39-124/+73
2017-05-23Use mips_regnum instead of constants for FreeBSD/mips register operations.John Baldwin2-13/+26
2017-05-23Cleanups to FreeBSD/mips native register operations.John Baldwin2-11/+21
2017-05-22gdb: Document vMustReplyEmpty remote packetAndrew Burgess2-0/+17
2017-05-22gdb: Add John Baldwin as FreeBSD MaintainerPedro Alves2-0/+6
2017-05-22Add PPC_MAX_REGISTER_SIZEAlan Hayward8-29/+50
2017-05-21Print Rust unsized array types a bit more nicelyTom Tromey5-3/+82
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey18-9/+142
2017-05-19Fix tui compilation with Solaris libcurses: clear define (PR tui/21482)Rainer Orth2-0/+14
2017-05-19Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (...Rainer Orth4-5/+15
2017-05-19gdb: fix TYPE_CODE_ARRAY handling in sparc targetsVladimir Mezentsev3-19/+105
2017-05-18Fix test failure with Rust 1.18 and 1.19Tom Tromey2-4/+8
2017-05-18Expect prompt after no FPU warningThomas Preud'homme2-5/+9
2017-05-18gdb.base/fileio.c: Fix several -Wmaybe-uninitialized warningsPedro Alves2-5/+10
2017-05-18gdb.base/fileio.c: Fix several -Wreturn-type warningsPedro Alves3-26/+34
2017-05-18gdb.base/fileio.exp: Remove nowarningsPedro Alves3-2/+12
2017-05-17Add nowarnings in gdb.base/fileio.expYao Qi2-1/+5
2017-05-17Add alias command to cmd_list_elementYao Qi6-15/+48
2017-05-17nat_extra_makefile_frag -> nat_makefile_fragPedro Alves5-10/+19
2017-05-15Fix gdb procfs.c compilation on SolarisRainer Orth2-2/+7
2017-05-13Avoid compiler warning in MinGW buildEli Zaretskii2-1/+6
2017-05-12Avoid exponential behavior in rust_evaluate_subexpTom Tromey2-8/+13
2017-05-12Fix rust_dump_subexp_bodyTom Tromey2-2/+8
2017-05-12Replace "return" with "break"Tom Tromey2-1/+5
2017-05-09Use std::forward_list for current_regcacheYao Qi2-45/+32
2017-05-09Add current_regcache unit testYao Qi2-1/+81
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