aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Split size in regset section iteratorsAlan Hayward1-2/+8
2018-08-10Rename size in get_core_register_sectionAlan Hayward1-4/+4
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove pid_to_ptidTom Tromey1-2/+2
2018-07-03Remove ptid_buildTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-5/+3
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves1-4/+4
2018-05-30Remove regcache_raw_supplySimon Marchi1-1/+1
2018-05-30Remove regcache_register_statusSimon Marchi1-1/+1
2018-05-16Make "cbfd" a gdb_bfd_ref_ptrTom Tromey1-3/+2
2018-05-11Heap-allocate core_target instancesPedro Alves1-121/+142
2018-05-11Eliminate the 'the_core_target' globalPedro Alves1-11/+31
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-15/+11
2018-05-03target_ops: Use bool throughoutPedro Alves1-9/+9
2018-05-03Convert struct target_ops to C++Pedro Alves1-104/+98
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-3/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-17/+9
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