summaryrefslogtreecommitdiff
path: root/gdb/exec.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify add_comTom Tromey
2017-10-20Introduce new_bfd_refTom Tromey
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi
2017-09-27Constify some commands in exec.c, plus symbol_file_commandTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-22Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
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