aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey2017-08-051-17/+9
* Add a new gdbarch method to fetch signal information from core files.John Baldwin2017-07-071-24/+13
* Move the thread_section_name class to gdbcore.h.John Baldwin2017-07-071-45/+0
* Fix get_core_register_section leak, introduce thread_section_namePedro Alves2017-05-041-23/+53
* Remove some superfluous code in corelow.cAndreas Arnez2017-05-041-4/+2
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* corelow: Use ptid from regcache instead of inferior_ptidSimon Marchi2017-03-171-5/+6