aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
AgeCommit message (Expand)Author
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-10-24Fix potential NULL pointer dereferenceLuis Machado
2016-10-24Fix obvious gotcha in string comparisonLuis Machado
2016-09-29PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves
2016-04-13Debugging without a binary (regression)Luis Machado
2016-04-06Print the "file" command suggestion in exec_file_locate_attachJan Kratochvil
2016-02-24Fix logic in exec_file_locate_attachGary Benson
2016-02-17Add missing cleanup in exec_file_locate_attachGary Benson
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17[C++/mingw] Misc alloca castsPedro Alves
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-07-13Fix attach-pie-noexec.exp fail on native-extended-gdbserverYao Qi
2015-06-25Remove gdb_sysroot NULL checksGary Benson
2015-04-29Allow passing fd == NULL to exec_file_find and solib_findGary Benson
2015-04-17Use gdb_sysroot for main executable on attachGary Benson
2015-04-17Introduce exec_file_locate_attachGary Benson
2015-04-02Update exec_file_attach to cope with "target:" filenamesGary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-07-30constify to_openTom Tromey
2014-07-30constify exec_file_attachTom Tromey
2014-07-25remove using_exec_ops globalTom Tromey
2014-07-18make exec_ops staticTom Tromey
2014-07-18move exec_make_note_section earlierTom Tromey
2014-06-03resize_section_table cleanupDoug Evans
2014-03-12fix regressions with target-asyncTom Tromey
2014-02-26make "file" use the BFD cache betterTom Tromey
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi
2014-02-23Adjust read_value_memory to use to_xfer_partialYao Qi
2014-02-23Use new to_xfer_partial interface in ctf and tfile targetYao Qi
2014-02-23Share code on to_xfer_partial for tfile and ctf targetYao Qi
2014-02-19remove exec_set_find_memory_regionsTom Tromey
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey
2014-02-19Add target_ops argument to to_closeTom Tromey
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_stat.hTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-10-29Create target sections for user-added symbol files.Nicolas Blanc