summaryrefslogtreecommitdiff
path: root/gdb/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use errno value of first openp failureHannes Domani2020-05-271-0/+3
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-1/+2
* Make exec-file-mismatch compare build IDsPedro Alves2020-05-191-9/+44
* Remove ALL_PSPACESTom Tromey2020-05-081-2/+1
* gdb: replace some calls to internal_error with gdb_assertSimon Marchi2020-04-021-6/+4
* Implement 'set/show exec-file-mismatch'.Philippe Waroquiers2020-01-251-10/+135
* Fix re-runs of a second inferior (PR gdb/25410)Pedro Alves2020-01-241-2/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-10/+41
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-19/+15
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Make exception handling more efficientTom Tromey2019-04-251-2/+2
* Remove exception_noneTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-10/+2
* Revert the header-sorting patchTom Tromey2019-04-061-24/+20
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-20/+24
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-3/+2
* Remove cleanup from try_open_exec_fileTom Tromey2018-09-131-6/+5
* Return std::string from gdb_bfd_errmsgTom Tromey2018-09-131-1/+1
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-16/+12
* target_ops: Use bool throughoutPedro Alves2018-05-031-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-81/+58
* Remove new_bfd_refTom Tromey2018-04-301-1/+1
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Change openp et al to use a unique_xmalloc_ptrTom Tromey2018-02-141-6/+3
* Move some declarations to source.hTom Tromey2018-02-141-0/+1
* Return unique_xmalloc_ptr from some solib.c functionsTom Tromey2018-02-141-6/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* Constify add_comTom Tromey2017-11-071-4/+2
* Introduce new_bfd_refTom Tromey2017-10-201-2/+1
* Get rid of VEC(mem_range_s)Simon Marchi2017-10-161-36/+19
* Constify some commands in exec.c, plus symbol_file_commandTom Tromey2017-09-271-5/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-16/+11
* Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-10/+4
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-9/+6
* Use class to manage BFD reference countsTom Tromey2017-01-101-4/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-71/+54
* Fix potential NULL pointer dereferenceLuis Machado2016-10-241-1/+2