aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-10Use gdbpy_ref in pyuw_object_attribute_to_pointerTom Tromey2-3/+7
2017-01-10Use gdbpy_ref in python.cTom Tromey2-67/+59
2017-01-10Use gdbpy_ref in py-param.cTom Tromey2-10/+13
2017-01-10Use gdbpy_ref in py-inferior.cTom Tromey2-17/+11
2017-01-10Use gdbpy_ref in py_print_frameTom Tromey2-10/+8
2017-01-10Use gdbpy_ref in bpfinishpy_out_of_scopeTom Tromey2-4/+8
2017-01-10Use gdbpy_ref in py-cmd.cTom Tromey2-51/+37
2017-01-10Use gdbpy_ref in gdbpy_breakpoint_cond_says_stopTom Tromey2-5/+8
2017-01-10Use gdbpy_ref in archpy_disassembleTom Tromey2-20/+14
2017-01-10Change python_run_simple_file to use gdbpy_refTom Tromey2-13/+10