aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-12Add support for locating separate debug info files via the build-id method.Nick Clifton7-40/+456
2017-01-12Enable Intel AVX512_VPOPCNTDQ instructionsIgor Tsimbalist18-5345/+5853
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-12Prevent internal assembler errors if a stabs creation function builds an badl...Nick Clifton4-25/+81
2017-01-12Return -1 on memory error in print_insn_msp430Yao Qi2-14/+99
2017-01-12Automatic date update in version.inGDB Administrator1-1/+1
2017-01-11Fix more compile errors with GCC 4.2.Cary Coutant2-12/+22
2017-01-11Fix compile errors with GCC 4.2.Cary Coutant3-13/+30
2017-01-11Fix test cases to work for i386.Cary Coutant5-7/+15
2017-01-11x86-64: Correct unwind info for the BND PLTH.J. Lu8-6/+217
2017-01-11Fix typo in lookup_cmd_1 commentSimon Marchi2-1/+5
2017-01-11Add support for x86/64 redox target.Jeremy Soller6-0/+27
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
2017-01-10Use gdbpy_ref in py-prettyprint.cTom Tromey2-114/+101
2017-01-10Use gdbpy_ref in py_print_frameTom Tromey2-29/+16
2017-01-10Remove ensure_python_envTom Tromey5-36/+8
2017-01-10Use gdbpy_enter_varobj in varobj_value_get_print_valueTom Tromey2-12/+14
2017-01-10Change type of encoding argument to gdbpy_extract_lazy_stringTom Tromey5-16/+22
2017-01-10Use gdbpy_enter_varobj in more of varobj.cTom Tromey2-30/+21
2017-01-10Use gdbpy_enter in python.cTom Tromey2-45/+44
2017-01-10Use gdbpy_enter in py-param.cTom Tromey2-40/+40
2017-01-10Use gdbpy_enter in fnpy_callTom Tromey2-21/+15
2017-01-10Use gdbpy_enter in cmdpy_functionTom Tromey2-16/+14
2017-01-10Use gdbpy_enter_varobj in py-varobj.cTom Tromey2-11/+10
2017-01-10Introduce gdbpy_enter_varobj and use itTom Tromey4-13/+33
2017-01-10Use gdbpy_enter in py-xmethod.cTom Tromey2-91/+83