summaryrefslogtreecommitdiff
path: root/gdb/gdbcore.h
AgeCommit message (Expand)Author
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-06-15Remove read_memory_stringTom Tromey
2020-03-12Remove deprecated core file functionsChristian Biesinger
2020-03-04Make "gnutarget" constTom Tromey
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers
2020-01-24Update comments about removed functionChristian Biesinger
2020-01-13gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...Simon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-05-16Make "cbfd" a gdb_bfd_ref_ptrTom 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-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-09-27Constify some commands in exec.c, plus symbol_file_commandTom Tromey
2017-09-27Constify core_file_commandTom Tromey
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi
2017-09-03Return std::string from memory_error_messageTom Tromey
2017-07-07Move the thread_section_name class to gdbcore.h.John Baldwin
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-09-29PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil
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-06-15Cleanup write_memory docSimon Marchi
2015-04-17Introduce exec_file_locate_attachGary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-07-30constify exec_file_attachTom Tromey
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-01-13remove obsolete declarationTom Tromey
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-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-06-24gdb:Yao Qi
2012-06-05gdb/Jan Kratochvil
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-07-19gdb/Jan Kratochvil
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2009-08-31 Implement TARGET_OBJECT_STACK_MEMORY.Doug Evans
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand