aboutsummaryrefslogtreecommitdiff
path: root/gdb/corefile.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-2/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-13/+9
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-9/+13
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-24Update core-related help stringsTom Tromey1-0/+1
2018-05-11Eliminate the 'the_core_target' globalPedro Alves1-18/+0
2018-05-11Move core_bfd to program spaceTom Tromey1-4/+0
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-4/+6
2018-05-03Convert struct target_ops to C++Pedro Alves1-8/+4
2018-03-19Convert observers to C++Tom Tromey1-2/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-4/+1
2017-09-27Constify core_file_commandTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-03Use std::string in reopen_exec_fileTom Tromey1-8/+3
2017-09-03Return std::string from memory_error_messageTom Tromey1-9/+7
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-2/+3
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-3/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-07-14Change reopen_exec_file to check result of statTom Tromey1-1/+1
2016-05-04Throw NOT_AVAILABLE_ERROR in read_stack and read_codeYao Qi1-14/+15
2016-03-09gdb/rs6000: Read backchain as unsigned.Marcin Koƛcielnicki1-0/+18
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves1-3/+3
2015-09-25Add casts to memory allocation related callsSimon Marchi1-4/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-06-15Cleanup write_memory docSimon Marchi1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-17PR gdb/17384: Do not print memory errors in safe_read_memory_integerUlrich Weigand1-45/+5
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-30constify exec_file_attachTom Tromey1-4/+3
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi1-2/+2
2014-02-24Remove TARGET_XFER_STATUS_ERROR_PYao Qi1-6/+3
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-13/+20
2014-02-07Tweak in memory_errorYao Qi1-3/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10Use target_read_code in skip_prologue (i386)Yao Qi1-0/+32
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves1-22/+30
2013-08-28PR gdb/15415Jan Kratochvil1-2/+2