aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22section_table_xfer_memory: Replace section name with callback predicateKevin Buettner1-4/+4
2020-07-11Fine tune exec-file-mismatch help and documentation.Philippe Waroquiers1-2/+6
2020-06-24Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch.Philippe Waroquiers1-1/+4
2020-06-21Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' c...Philippe Waroquiers1-0/+8
2020-05-27Use errno value of first openp failureHannes Domani1-0/+3
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi1-2/+1
2020-05-20Use bfd_get_filename throughout gdbAlan Modra1-1/+2
2020-05-19Make exec-file-mismatch compare build IDsPedro Alves1-9/+44
2020-05-08Remove ALL_PSPACESTom Tromey1-2/+1
2020-04-02gdb: replace some calls to internal_error with gdb_assertSimon Marchi1-6/+4
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers1-10/+135
2020-01-24Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves1-2/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-10/+41
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-06Remove some includes of readline.hTom Tromey1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-19/+15
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
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