aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-16/+12
2018-05-03target_ops: Use bool throughoutPedro Alves1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-81/+58
2018-04-30Remove new_bfd_refTom Tromey1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-6/+3
2018-02-14Move some declarations to source.hTom Tromey1-0/+1
2018-02-14Return unique_xmalloc_ptr from some solib.c functionsTom Tromey1-6/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-11-07Constify add_comTom Tromey1-4/+2
2017-10-20Introduce new_bfd_refTom Tromey1-2/+1
2017-10-16Get rid of VEC(mem_range_s)Simon Marchi1-36/+19
2017-09-27Constify some commands in exec.c, plus symbol_file_commandTom Tromey1-5/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
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