summaryrefslogtreecommitdiff
path: root/gdb/corefile.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Update core-related help stringsTom Tromey2018-05-241-0/+1
* Eliminate the 'the_core_target' globalPedro Alves2018-05-111-18/+0
* Move core_bfd to program spaceTom Tromey2018-05-111-4/+0
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-4/+6
* Convert struct target_ops to C++Pedro Alves2018-05-031-8/+4
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-4/+1
* Constify core_file_commandTom Tromey2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Use std::string in reopen_exec_fileTom Tromey2017-09-031-8/+3
* Return std::string from memory_error_messageTom Tromey2017-09-031-9/+7
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-2/+3
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-3/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change reopen_exec_file to check result of statTom Tromey2016-07-141-1/+1
* Throw NOT_AVAILABLE_ERROR in read_stack and read_codeYao Qi2016-05-041-14/+15
* gdb/rs6000: Read backchain as unsigned.Marcin Koƛcielnicki2016-03-091-0/+18
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* target_read_memory&co: no longer return target_xfer_statusPedro Alves2015-10-271-3/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+4
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+1
* Cleanup write_memory docSimon Marchi2015-06-151-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* PR gdb/17384: Do not print memory errors in safe_read_memory_integerUlrich Weigand2014-09-171-45/+5
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify exec_file_attachTom Tromey2014-07-301-4/+3
* Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi2014-02-241-2/+2
* Remove TARGET_XFER_STATUS_ERROR_PYao Qi2014-02-241-6/+3
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-13/+20
* Tweak in memory_errorYao Qi2014-02-071-3/+4
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Use target_read_code in skip_prologue (i386)Yao Qi2013-12-101-0/+32
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves2013-10-091-22/+30
* PR gdb/15415Jan Kratochvil2013-08-281-2/+2
* PR gdb/15871: Unavailable entry value is not shown correctlyPedro Alves2013-08-221-9/+42
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-1/+2
* corefile.c: fix -Wpointer-signPedro Alves2013-03-071-1/+1
* * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return theTom Tromey2013-01-141-5/+36
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* gdb/Yao Qi2012-11-281-0/+1