aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Use gdb_sysroot for main executable on attachGary Benson1-8/+24
2015-04-17Introduce exec_file_locate_attachGary Benson1-0/+31
2015-04-02Update exec_file_attach to cope with "target:" filenamesGary Benson1-19/+54
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-07-30constify to_openTom Tromey1-1/+1
2014-07-30constify exec_file_attachTom Tromey1-1/+1
2014-07-25remove using_exec_ops globalTom Tromey1-21/+11
2014-07-18make exec_ops staticTom Tromey1-1/+1
2014-07-18move exec_make_note_section earlierTom Tromey1-7/+5
2014-06-03resize_section_table cleanupDoug Evans1-13/+19
2014-03-12fix regressions with target-asyncTom Tromey1-2/+0
2014-02-26make "file" use the BFD cache betterTom Tromey1-4/+12
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi1-2/+2
2014-02-23Adjust read_value_memory to use to_xfer_partialYao Qi1-1/+6
2014-02-23Use new to_xfer_partial interface in ctf and tfile targetYao Qi1-0/+54
2014-02-23Share code on to_xfer_partial for tfile and ctf targetYao Qi1-0/+47
2014-02-19remove exec_set_find_memory_regionsTom Tromey1-20/+2
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey1-1/+13
2014-02-19Add target_ops argument to to_closeTom Tromey1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-7/+21
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-1/+1
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger1-1/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-29Create target sections for user-added symbol files.Nicolas Blanc1-0/+45
2013-10-13Improve Executable displayed path (PR 15415 regression kind #2)Jan Kratochvil1-1/+1
2013-09-04Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil1-5/+2
2013-08-28PR gdb/15415Jan Kratochvil1-5/+19
2013-07-222013-07-22 Doug Evans <dje@google.com>Jan Kratochvil1-7/+10
2013-07-16 * target.h (struct target_section): Delete member bfd.Doug Evans1-20/+28
2013-05-06Reimplement shared library support on ppc-aix...Joel Brobecker1-120/+0
2013-03-29gdb/Yao Qi1-1/+1
2013-03-20gdb/Jan Kratochvil1-1/+1
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-7/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-26Do not crash when calling GDB with empty executable name.Joel Brobecker1-2/+2
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1
2012-08-22 * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey1-3/+5
2012-08-22 * exec.c (exec_close, exec_file_attach): Update.Tom Tromey1-7/+13
2012-07-23 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix referenceTom Tromey1-5/+3
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey1-6/+3
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey1-3/+4
2012-07-18 * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey1-9/+5
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey1-6/+6
2012-05-29bfd/Tom Tromey1-1/+0
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+1