Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)
[deliverable/binutils-gdb.git] / gdb / corelow.c
2019-12-14  Sergio Durigan JuniorGuard against 'current_directory == NULL' on gdb_abspat...
2019-12-07  Keith SeitzCore file build-id support
2019-11-06  Tom TromeyRemove some includes of readline.h
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-19  Alan Modrabfd_section_* macros
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-04  Philippe WaroquiersFix leaks by clearing registers and frame caches.
2019-04-09  Tom TromeyConsistently use bool for fake_pid_p
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-02-15  Tom TromeyAdd push_target overload
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom Tromeycorelow.c does not need sys/file.h
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro AlvesConvert default_child_has_foo functions to process_stra...
2018-11-30  Pedro AlvesIntroduce process_stratum_target
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-08-13  Alan HaywardSplit size in regset section iterators
2018-08-10  Alan HaywardRename size in get_core_register_section
2018-07-22  Tom TromeySimple unused variable removals
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_get_lwp
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-07-03  Tom TromeyRemove ptid_build
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07  Pedro Alvestarget_ops::beneath -> target_ops::beneath()
2018-05-30  Simon MarchiRemove regcache_raw_supply
2018-05-30  Simon MarchiRemove regcache_register_status
2018-05-16  Tom TromeyMake "cbfd" a gdb_bfd_ref_ptr
2018-05-11  Pedro AlvesHeap-allocate core_target instances
2018-05-11  Pedro AlvesEliminate the 'the_core_target' global
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-05  Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-07-07  John BaldwinAdd a new gdbarch method to fetch signal information...
2017-07-07  John BaldwinMove the thread_section_name class to gdbcore.h.
2017-05-04  Pedro AlvesFix get_core_register_section leak, introduce thread_se...
2017-05-04  Andreas ArnezRemove some superfluous code in corelow.c
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-17  Simon Marchicorelow: Use ptid from regcache instead of inferior_ptid
2017-01-26  Antoine TremblayFix crash when loading a core with unexpected register...
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-08-10  Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-01-19  John BaldwinAdd support for extracting thread names from cores.
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06  Gary BensonNew common function "startswith"
2015-02-04  Andreas ArnezWarn if core file register section is larger than expected
2015-01-22  Jan KratochvilPrint current thread after loading a core file
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-15  Simon MarchiIntroduce utility function find_inferior_ptid
2014-10-15  Pedro AlvesPush pruning old threads down to the target
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-30  Andreas ArnezDrop 'regset_from_core_section' gdbarch method
2014-09-30  Andreas ArnezAdd 'regset' parameter to 'iterate_over_regset_sections_cb'
2014-09-30  Andreas ArnezReplace 'core_regset_sections' by iterator method
2014-08-07  Yao QiReplace 0 with TARGET_XFER_EOF in to_xfer_partial
2014-08-07  Gary BensonMove errno.h to common-defs.h
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-30  Tom Tromeyconstify to_open
2014-07-18  Tom Tromeyclean up some target delegation cases
2014-06-16  Tom Tromeyconstify to_info_proc and friends
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-03-12  Tom Tromeyfix regressions with target-async
2014-02-19  Tom Tromeychange delegation for to_read_description
2014-02-19  Tom TromeyAdd target_ops argument to to_close
2014-02-11  Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07  Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-24  Yao QiChange len's type to ULONGEST: remote_read_bytes and...
2014-01-16  Markus Metzgertarget, breakpoint: allow insert/remove breakpoint...
2014-01-14  Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-08  Tom Tromeyconstify to_detach
2013-10-07  Sergio Durigan JuniorThis patch adds a new convenience variable called...
2013-09-17  Pedro AlvesPR gdb/15911: "info threads" changes the default source...
2013-06-27  Tom Tromey * corelow.c (core_gdbarch): Now static.
2013-06-17  Pierre Muller * corelow.c (core_open): Print GDB signal name instead...
2013-05-15  Joel Brobeckerppc-aix core file relocation.
2013-05-06  Joel BrobeckerReimplement shared library support on ppc-aix...
2013-04-22  Tom Tromey PR gdb/7912:
2013-03-29  Yao Qigdb/
2013-03-20  Jan Kratochvilgdb/
next
This page took 0.747958 seconds and 107 git commands to generate.