summaryrefslogtreecommitdiff
path: root/gdb/corelow.c
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated core file functionsChristian Biesinger2020-03-121-149/+21
* gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...Simon Marchi2020-01-131-1/+1
* gdb: use std::vector instead of alloca in core_target::get_core_register_sectionSimon Marchi2020-01-131-6/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-4/+4
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior2019-12-131-2/+2
* Core file build-id supportKeith Seitz2019-12-071-0/+25
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-88/+0
* bfd_section_* macrosAlan Modra2019-09-191-9/+8
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-1/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Fix leaks by clearing registers and frame caches.Philippe Waroquiers2019-05-041-0/+2
* Consistently use bool for fake_pid_pTom Tromey2019-04-091-2/+2
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Revert the header-sorting patchTom Tromey2019-04-061-22/+18
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-18/+22
* Change pid_to_str to return std::stringTom Tromey2019-03-131-5/+3
* Add push_target overloadTom Tromey2019-02-151-2/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* corelow.c does not need sys/file.hTom Tromey2019-01-221-3/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-0/+3
* Introduce process_stratum_targetPedro Alves2018-11-301-3/+2
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-6/+0
* Split size in regset section iteratorsAlan Hayward2018-08-131-2/+8
* Rename size in get_core_register_sectionAlan Hayward2018-08-101-4/+4
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-1/+1
* Remove pid_to_ptidTom Tromey2018-07-031-2/+2
* Remove ptid_buildTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-5/+3
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-4/+4
* Remove regcache_raw_supplySimon Marchi2018-05-301-1/+1
* Remove regcache_register_statusSimon Marchi2018-05-301-1/+1
* Make "cbfd" a gdb_bfd_ref_ptrTom Tromey2018-05-161-3/+2
* Heap-allocate core_target instancesPedro Alves2018-05-111-121/+142
* Eliminate the 'the_core_target' globalPedro Alves2018-05-111-11/+31
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-15/+11
* target_ops: Use bool throughoutPedro Alves2018-05-031-9/+9
* Convert struct target_ops to C++Pedro Alves2018-05-031-104/+98
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-3/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0