summaryrefslogtreecommitdiff
path: root/gdb/corelow.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin
2017-07-07Move the thread_section_name class to gdbcore.h.John Baldwin
2017-05-04Fix get_core_register_section leak, introduce thread_section_namePedro Alves
2017-05-04Remove some superfluous code in corelow.cAndreas Arnez
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-03-17corelow: Use ptid from regcache instead of inferior_ptidSimon Marchi
2017-01-26Fix crash when loading a core with unexpected register section sizeAntoine Tremblay
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves
2016-01-19Add support for extracting thread names from cores.John Baldwin
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-04Warn if core file register section is larger than expectedAndreas Arnez
2015-01-22Print current thread after loading a core fileJan Kratochvil
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi
2014-10-15Push pruning old threads down to the targetPedro Alves
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-30Drop 'regset_from_core_section' gdbarch methodAndreas Arnez
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez
2014-08-07Replace 0 with TARGET_XFER_EOF in to_xfer_partialYao Qi
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-30constify to_openTom Tromey
2014-07-18clean up some target delegation casesTom Tromey
2014-06-16constify to_info_proc and friendsTom Tromey
2014-05-22Add new infrun.h header.Pedro Alves
2014-03-12fix regressions with target-asyncTom Tromey
2014-02-19change delegation for to_read_descriptionTom Tromey
2014-02-19Add target_ops argument to to_closeTom Tromey
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-24Change len's type to ULONGEST: remote_read_bytes and get_core_siginfoYao Qi
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-11-08constify to_detachTom Tromey