aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-25Make exception handling more efficientTom Tromey1-2/+2
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-10/+2
2019-04-06Revert the header-sorting patchTom Tromey1-24/+20
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-20/+24
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-3/+2
2018-09-13Remove cleanup from try_open_exec_fileTom Tromey1-6/+5
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey1-1/+1
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