aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-04Fix leaks by clearing registers and frame caches.Philippe Waroquiers1-0/+2
2019-04-09Consistently use bool for fake_pid_pTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-06Revert the header-sorting patchTom Tromey1-22/+18
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-18/+22
2019-03-13Change pid_to_str to return std::stringTom Tromey1-5/+3
2019-02-15Add push_target overloadTom Tromey1-2/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-22corelow.c does not need sys/file.hTom Tromey1-3/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves1-0/+3
2018-11-30Introduce process_stratum_targetPedro Alves1-3/+2
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-6/+0
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