summaryrefslogtreecommitdiff
path: root/gdb/corefile.c
AgeCommit message (Expand)Author
2018-06-07target_stack -> current_top_target() throughoutPedro Alves
2018-05-24Update core-related help stringsTom Tromey
2018-05-11Eliminate the 'the_core_target' globalPedro Alves
2018-05-11Move core_bfd to program spaceTom Tromey
2018-05-03target factories, target open and multiple instances of targetsPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-03-19Convert observers to C++Tom Tromey
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi
2018-01-19Remove args from target detachSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-09-27Constify core_file_commandTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-03Use std::string in reopen_exec_fileTom Tromey
2017-09-03Return std::string from memory_error_messageTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-07-14Change reopen_exec_file to check result of statTom Tromey
2016-05-04Throw NOT_AVAILABLE_ERROR in read_stack and read_codeYao Qi
2016-03-09gdb/rs6000: Read backchain as unsigned.Marcin Koƛcielnicki
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-06-15Cleanup write_memory docSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-17PR gdb/17384: Do not print memory errors in safe_read_memory_integerUlrich Weigand
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-07-30constify exec_file_attachTom Tromey
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi
2014-02-24Remove TARGET_XFER_STATUS_ERROR_PYao Qi
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Tweak in memory_errorYao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-10Use target_read_code in skip_prologue (i386)Yao Qi
2013-11-18remove gdb_stat.hTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves
2013-08-28PR gdb/15415Jan Kratochvil
2013-08-22PR gdb/15871: Unavailable entry value is not shown correctlyPedro Alves
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves
2013-03-07corefile.c: fix -Wpointer-signPedro Alves
2013-01-14 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return theTom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-28gdb/Yao Qi
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey