aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-01-27gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver.Walfred Tedeschi4-0/+46
2017-01-27Fix PTRACE_GETREGSET failure for compat inferiors on arm64Kees Cook2-3/+12
2017-01-26Add missing gdb/testsuite/ChangeLog entry.Luis Machado1-0/+4
2017-01-26Change method of loading .py files in Python testsSimon Marchi14-24/+32
2017-01-262017-01-26 Luis Machado <lgustavo@codesourcery.com>Luis Machado1-2/+0
2017-01-26Harden tests that deal with memory regionsLuis Machado5-14/+55
2017-01-26Big-endian hosts: Fix "set architecture cris"Andreas Arnez2-18/+6
2017-01-26Missing ChangeLog and files for commit 8b00c176168dc7b0d78d0dc1f7d42f915375dc4aLuis Machado3-0/+187
2017-01-26Refactor gdb.reverse/insn-reverse.cLuis Machado1-125/+19
2017-01-26Fix crash when loading a core with unexpected register section sizeAntoine Tremblay2-1/+8
2017-01-26Don't throw exception in dis_asm_memory_errorYao Qi5-2/+32
2017-01-26Disassembly unit test: memory errorYao Qi2-0/+47
2017-01-26Disassembly unit test: disassemble one instructionYao Qi5-0/+322
2017-01-26Call print_insn_mep in mep_gdb_print_insnYao Qi2-7/+9
2017-01-26Refactor disassembly codeYao Qi8-157/+207
2017-01-26New function null_streamYao Qi4-16/+26
2017-01-25Use dwarf assembler in gdb.dwarf2/implptr-64bit.expYao Qi4-236/+154
2017-01-25Handle DW_OP_GNU_implicit_pointer in dwarf assemblerYao Qi2-1/+11
2017-01-24Fix typo in ExitedEvent docSimon Marchi2-1/+5
2017-01-23Minor simplification of (Python) find_thread_objectSimon Marchi2-8/+6
2017-01-21Document the GDB 7.12.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-01-20Fix Py_DECREF being executed without holding the GILSimon Marchi3-8/+14
2017-01-20Add missing PR reference in ChangeLogSimon Marchi1-0/+1
2017-01-20Fix python-interactive with Python 3.6Simon Marchi3-2/+17
2017-01-20Fix uppercase test names in gdb.python/py-xmethods.expLuis Machado2-20/+31
2017-01-20Make gdb.python/python.exp more robustLuis Machado2-1/+20
2017-01-20Add command to erase all flash memory regionsLuis Machado9-0/+122
2017-01-20fix gdbserver build in nat/linux-ptrace.c on arm-androidJoel Brobecker2-0/+7
2017-01-18Allocate data in cached_reg_tAlan Hayward2-6/+25
2017-01-18Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward4-5/+16
2017-01-16gdb: sparc: split real and pseudo registers.Ivo Raisr5-87/+190
2017-01-13Don't print too much if remote_debug is onYao Qi2-4/+39
2017-01-13'make check-headers' for c++ headerYao Qi2-2/+7
2017-01-12Update comment in remote_can_async_pSimon Marchi2-1/+6
2017-01-12Update comment in linux_nat_can_async_pSimon Marchi2-3/+6
2017-01-12Remove dead serial_interface_lookup callsSimon Marchi2-5/+5
2017-01-11Fix typo in lookup_cmd_1 commentSimon Marchi2-1/+5
2017-01-10Add constructor and destructor to demangle_parse_infoTom Tromey5-79/+52
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey6-14/+18
2017-01-10Use scoped_value_mark in dwarf2_evaluate_loc_desc_fullTom Tromey3-15/+32
2017-01-10Add scoped_value_markTom Tromey5-54/+55
2017-01-10Remove make_cleanup_discard_psymtabsTom Tromey4-42/+45
2017-01-10Introduce and use gdb::unlinkerTom Tromey5-74/+110
2017-01-10Use class to manage BFD reference countsTom Tromey37-547/+491
2017-01-10Add gdb_ref_ptr.hTom Tromey3-126/+230
2017-01-10Remove make_cleanup_htab_deleteTom Tromey9-190/+148
2017-01-10Remove make_cleanup_py_decref and make_cleanup_py_xdecrefTom Tromey3-45/+7
2017-01-10Use gdbpy_ref rather than make_cleanup_py_decrefTom Tromey2-31/+33
2017-01-10Use gdbpy_ref in enumerate_argsTom Tromey2-35/+25
2017-01-10Use gdbpy_ref in py-utils.cTom Tromey2-34/+23