aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-08More support for ld --hash-style in the ld testsuiteAlan Modra11-9/+26
2017-08-07Add missing PR mention in ChangeLogSimon Marchi1-0/+1
2017-08-07PR breakpoints/21886: mem-break: Fix breakpoint insertion locationMaciej W. Rozycki2-1/+8
2017-08-07Mark big and mach with ATTRIBUTE_UNUSEDH.J. Lu2-1/+8
2017-08-07Move common symbol check after bed->common_definitionH.J. Lu4-13/+23
2017-08-07GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki4-19/+11
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki15-22/+68
2017-08-07Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski2-1/+6
2017-08-07Support different ld --hash-style in the ld testsuiteAlan Modra175-354/+603
2017-08-07PR21910, segfault in common symbol override test when hash-style=gnuAlan Modra2-1/+7
2017-08-07remote-sim.c: Fix arg variables conflictsSimon Marchi2-4/+8
2017-08-07Do not choose a non-ELF format input file to hold the linker created GOT sect...Nick Clifton3-17/+37
2017-08-07Automatic date update in version.inGDB Administrator1-1/+1
2017-08-06x86: Lookup __tls_get_addr or ___tls_get_addr onceH.J. Lu3-58/+70
2017-08-06Treat common symbol as undefined for --no-define-commonH.J. Lu16-6/+82
2017-08-06Automatic date update in version.inGDB Administrator1-1/+1
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey12-203/+129
2017-08-05Fix Rust test suite for 1.20 betaTom Tromey2-3/+8
2017-08-05Remove cleanups from Rust parserTom Tromey2-162/+202
2017-08-05Don't fail in elf32_hppa_set_gpAlan Modra4-10/+17
2017-08-05Automatic date update in version.inGDB Administrator1-1/+1
2017-08-04Unbreak GDBserver build for x32Yao Qi3-3/+12
2017-08-04Add namespace std to nullptr_tYao Qi2-2/+6
2017-08-04Add a testcase for "ld -d"H.J. Lu3-0/+17
2017-08-03Add --no-relax option.James Clarke2-1/+7
2017-08-04Automatic date update in version.inGDB Administrator1-1/+1
2017-08-03Add myself as a write-after-approval GDB maintainer.Ruslan Kabatsayev2-0/+5
2017-08-03Remove make_cleanup_freeargv and gdb_buildargvTom Tromey3-31/+6
2017-08-03Use gdb_argv in PythonTom Tromey2-17/+11
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey24-249/+289
2017-08-03Remove a cleanup in PythonTom Tromey2-23/+11
2017-08-03Avoid some manual memory management in PythonTom Tromey4-42/+29
2017-08-03Replace do_restore_instream_cleanup with scoped_restoreTom Tromey4-23/+11
2017-08-03Use a scoped_restore for command_nest_depthTom Tromey2-6/+11
2017-08-03Remove user_call_depthTom Tromey2-15/+8
2017-08-03Remove in_user_commandTom Tromey4-11/+7
2017-08-03Use containers to avoid cleanupsTom Tromey10-108/+63
2017-08-03Use unique_xmalloc_ptr in jit.cTom Tromey2-14/+9
2017-08-03Replace tui_restore_gdbout with scoped_restoreTom Tromey2-20/+11
2017-08-03More uses of scoped_restoreTom Tromey5-115/+56
2017-08-03Remove make_cleanup_free_soTom Tromey5-39/+26
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey6-36/+47
2017-08-03Remove an unlink cleanupTom Tromey2-19/+25
2017-08-03Remove make_cleanup_fcloseTom Tromey3-20/+5
2017-08-03Change open_terminal_stream to return a gdb_file_upTom Tromey2-12/+17
2017-08-03Use gdb_file_up in source.cTom Tromey2-29/+21
2017-08-03Use gdb_file_up in fbsd-nat.cTom Tromey2-4/+6
2017-08-03Change return type of find_and_open_scriptTom Tromey4-43/+59
2017-08-03Introduce and use gdb_file_upTom Tromey15-153/+112
2017-08-03Introduce and use ui_out_emit_tableTom Tromey14-196/+212