summaryrefslogtreecommitdiff
path: root/gdb/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix obvious gotcha in string comparisonLuis Machado2016-10-241-1/+1
* PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil2016-09-291-1/+4
* gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves2016-09-181-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-3/+4
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-1/+11
* Debugging without a binary (regression)Luis Machado2016-04-131-2/+58
* Print the "file" command suggestion in exec_file_locate_attachJan Kratochvil2016-04-061-1/+7
* Fix logic in exec_file_locate_attachGary Benson2016-02-241-3/+6
* Add missing cleanup in exec_file_locate_attachGary Benson2016-02-171-0/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++/mingw] Misc alloca castsPedro Alves2015-11-171-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Fix attach-pie-noexec.exp fail on native-extended-gdbserverYao Qi2015-07-131-1/+1
* Remove gdb_sysroot NULL checksGary Benson2015-06-251-2/+1
* Allow passing fd == NULL to exec_file_find and solib_findGary Benson2015-04-291-7/+1
* Use gdb_sysroot for main executable on attachGary Benson2015-04-171-8/+24
* Introduce exec_file_locate_attachGary Benson2015-04-171-0/+31
* Update exec_file_attach to cope with "target:" filenamesGary Benson2015-04-021-19/+54
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* constify to_openTom Tromey2014-07-301-1/+1
* constify exec_file_attachTom Tromey2014-07-301-1/+1
* remove using_exec_ops globalTom Tromey2014-07-251-21/+11
* make exec_ops staticTom Tromey2014-07-181-1/+1
* move exec_make_note_section earlierTom Tromey2014-07-181-7/+5
* resize_section_table cleanupDoug Evans2014-06-031-13/+19
* fix regressions with target-asyncTom Tromey2014-03-121-2/+0
* make "file" use the BFD cache betterTom Tromey2014-02-261-4/+12
* Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi2014-02-241-2/+2
* Adjust read_value_memory to use to_xfer_partialYao Qi2014-02-231-1/+6
* Use new to_xfer_partial interface in ctf and tfile targetYao Qi2014-02-231-0/+54