aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin1-24/+13
2017-07-07Move the thread_section_name class to gdbcore.h.John Baldwin1-45/+0
2017-05-04Fix get_core_register_section leak, introduce thread_section_namePedro Alves1-23/+53
2017-05-04Remove some superfluous code in corelow.cAndreas Arnez1-4/+2
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-03-17corelow: Use ptid from regcache instead of inferior_ptidSimon Marchi1-5/+6
2017-01-26Fix crash when loading a core with unexpected register section sizeAntoine Tremblay1-1/+3
2017-01-10Use class to manage BFD reference countsTom Tromey1-8/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-1/+11
2016-01-19Add support for extracting thread names from cores.John Baldwin1-0/+10
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-7/+12
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-02-04Warn if core file register section is larger than expectedAndreas Arnez1-0/+5
2015-01-22Print current thread after loading a core fileJan Kratochvil1-0/+13
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-1/+1
2014-10-15Push pruning old threads down to the targetPedro Alves1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-30Drop 'regset_from_core_section' gdbarch methodAndreas Arnez1-20/+2
2014-09-30Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez1-13/+39
2014-09-30Replace 'core_regset_sections' by iterator methodAndreas Arnez1-18/+22
2014-08-07Replace 0 with TARGET_XFER_EOF in to_xfer_partialYao Qi1-1/+1
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-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-30constify to_openTom Tromey1-5/+4
2014-07-18clean up some target delegation casesTom Tromey1-6/+4
2014-06-16constify to_info_proc and friendsTom Tromey1-1/+2
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-12fix regressions with target-asyncTom Tromey1-2/+0
2014-02-19change delegation for to_read_descriptionTom Tromey1-3/+9
2014-02-19Add target_ops argument to to_closeTom Tromey1-3/+3
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-26/+69
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-13/+13
2014-01-24Change len's type to ULONGEST: remote_read_bytes and get_core_siginfoYao Qi1-1/+1
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger1-1/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-3/+1
2013-10-07This patch adds a new convenience variable called "$_exitsignal", whichSergio Durigan Junior1-0/+8
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-1/+1
2013-06-27 * corelow.c (core_gdbarch): Now static.Tom Tromey1-1/+1
2013-06-17 * corelow.c (core_open): Print GDB signal name instead of targetPierre Muller1-2/+2
2013-05-15ppc-aix core file relocation.Joel Brobecker1-0/+12