aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-16/+11
2017-08-22Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey1-1/+1
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-10/+4
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-9/+6
2017-01-10Use class to manage BFD reference countsTom Tromey1-4/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-71/+54
2016-10-24Fix potential NULL pointer dereferenceLuis Machado1-1/+2
2016-10-24Fix obvious gotcha in string comparisonLuis Machado1-1/+1
2016-09-29PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil1-1/+4
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-3/+4
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-1/+11
2016-04-13Debugging without a binary (regression)Luis Machado1-2/+58
2016-04-06Print the "file" command suggestion in exec_file_locate_attachJan Kratochvil1-1/+7
2016-02-24Fix logic in exec_file_locate_attachGary Benson1-3/+6
2016-02-17Add missing cleanup in exec_file_locate_attachGary Benson1-0/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17[C++/mingw] Misc alloca castsPedro Alves1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-07-13Fix attach-pie-noexec.exp fail on native-extended-gdbserverYao Qi1-1/+1
2015-06-25Remove gdb_sysroot NULL checksGary Benson1-2/+1
2015-04-29Allow passing fd == NULL to exec_file_find and solib_findGary Benson1-7/+1
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