summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix "-gdb-set logging redirect on" crashusers/palves/ui_file_v2Pedro Alves2017-01-232-90/+28
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-01-2382-2102/+1052
* gdb/mi/mi-interp.c: Fix typosPedro Alves2017-01-171-2/+2
* gdb/stack.c: Remove unused mem_fileopenPedro Alves2017-01-171-7/+0
* gdb/varobj.c: Fix leakPedro Alves2017-01-171-1/+1
* gdb: make_scoped_restore and types convertible to TPedro Alves2017-01-161-4/+7
* gdb: sparc: split real and pseudo registers.Ivo Raisr2017-01-165-87/+190
* Updated Swedish translations for GAS and LD subdirectories.Nick Clifton2017-01-164-864/+896
* Automatic date update in version.inGDB Administrator2017-01-161-1/+1
* Automatic date update in version.inGDB Administrator2017-01-151-1/+1
* Automatic date update in version.inGDB Administrator2017-01-141-1/+1
* Gold: Fix build with GCC 4.2H.J. Lu2017-01-132-1/+7
* Don't print too much if remote_debug is onYao Qi2017-01-132-4/+39
* 'make check-headers' for c++ headerYao Qi2017-01-132-2/+7
* Return -1 on memory error in print_insn_m68kYao Qi2017-01-132-7/+19
* Remove magic numbers in m68k-dis.c:print_insn_argYao Qi2017-01-132-41/+72
* Automatic date update in version.inGDB Administrator2017-01-131-1/+1
* Fix incorrect byte counts.Cary Coutant2017-01-122-3/+7
* x86-64: Also generate unwind info for .plt.bndH.J. Lu2017-01-127-30/+205
* Add support for locating separate debug info files via the build-id method.Nick Clifton2017-01-127-40/+456
* Enable Intel AVX512_VPOPCNTDQ instructionsIgor Tsimbalist2017-01-1218-5345/+5853
* Update comment in remote_can_async_pSimon Marchi2017-01-122-1/+6
* Update comment in linux_nat_can_async_pSimon Marchi2017-01-122-3/+6
* Remove dead serial_interface_lookup callsSimon Marchi2017-01-122-5/+5
* Prevent internal assembler errors if a stabs creation function builds an badl...Nick Clifton2017-01-124-25/+81
* Return -1 on memory error in print_insn_msp430Yao Qi2017-01-122-14/+99
* Automatic date update in version.inGDB Administrator2017-01-121-1/+1
* Fix more compile errors with GCC 4.2.Cary Coutant2017-01-112-12/+22
* Fix compile errors with GCC 4.2.Cary Coutant2017-01-113-13/+30
* Fix test cases to work for i386.Cary Coutant2017-01-115-7/+15
* x86-64: Correct unwind info for the BND PLTH.J. Lu2017-01-118-6/+217
* Fix typo in lookup_cmd_1 commentSimon Marchi2017-01-112-1/+5
* Add support for x86/64 redox target.Jeremy Soller2017-01-116-0/+27
* Add constructor and destructor to demangle_parse_infoTom Tromey2017-01-105-79/+52
* Remove cleanups from execute_gdb_commandTom Tromey2017-01-106-14/+18
* Use scoped_value_mark in dwarf2_evaluate_loc_desc_fullTom Tromey2017-01-103-15/+32
* Add scoped_value_markTom Tromey2017-01-105-54/+55
* Remove make_cleanup_discard_psymtabsTom Tromey2017-01-104-42/+45
* Introduce and use gdb::unlinkerTom Tromey2017-01-105-74/+110
* Use class to manage BFD reference countsTom Tromey2017-01-1037-547/+491
* Add gdb_ref_ptr.hTom Tromey2017-01-103-126/+230
* Remove make_cleanup_htab_deleteTom Tromey2017-01-109-190/+148
* Remove make_cleanup_py_decref and make_cleanup_py_xdecrefTom Tromey2017-01-103-45/+7
* Use gdbpy_ref rather than make_cleanup_py_decrefTom Tromey2017-01-102-31/+33
* Use gdbpy_ref in enumerate_argsTom Tromey2017-01-102-35/+25
* Use gdbpy_ref in py-utils.cTom Tromey2017-01-102-34/+23
* Use gdbpy_ref in pyuw_object_attribute_to_pointerTom Tromey2017-01-102-3/+7
* Use gdbpy_ref in python.cTom Tromey2017-01-102-67/+59
* Use gdbpy_ref in py-param.cTom Tromey2017-01-102-10/+13
* Use gdbpy_ref in py-inferior.cTom Tromey2017-01-102-17/+11