summaryrefslogtreecommitdiff
path: root/gdb/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Share code on to_xfer_partial for tfile and ctf targetYao Qi2014-02-231-0/+47
* remove exec_set_find_memory_regionsTom Tromey2014-02-191-20/+2
* Add target_ops argument to to_make_corefile_notesTom Tromey2014-02-191-2/+2
* Add target_ops argument to to_find_memory_regionsTom Tromey2014-02-191-1/+13
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-7/+21
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-1/+1
* target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger2014-01-161-1/+2
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Create target sections for user-added symbol files.Nicolas Blanc2013-10-291-0/+45
* Improve Executable displayed path (PR 15415 regression kind #2)Jan Kratochvil2013-10-131-1/+1
* Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil2013-09-041-5/+2
* PR gdb/15415Jan Kratochvil2013-08-281-5/+19