summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate target_fileio_open_warn_if_slowPedro Alves2020-05-191-28/+5
* Update more calls to add_prefix_cmdTom Tromey2020-05-031-11/+2
* gdb: define convenience function 'exists_non_stop_target'Tankut Baris Aktemur2020-04-011-0/+20
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-8/+5
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-0/+2
* Add "info connections" command, "info inferiors" connection number/stringPedro Alves2020-01-101-1/+9
* Multi-target supportPedro Alves2020-01-101-65/+105
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-6/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix crash with core + TUI + runSergio Durigan Junior2019-11-181-5/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-3/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-19/+19
* Use field_string in more placesTom Tromey2019-07-151-1/+1
* Use field_core_addr in more placesTom Tromey2019-07-151-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Constify target_ops::follow_execTom Tromey2019-05-221-1/+1
* Introduce target_ops method thread_info_to_thread_handleKevin Buettner2019-04-081-0/+8
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-2/+2
* (re-)fix the regcache leaks when detaching from an executable.Philippe Waroquiers2019-03-241-6/+8
* Change pid_to_str to return std::stringTom Tromey2019-03-131-13/+12
* Add a new gdbarch method to resolve the address of TLS variables.John Baldwin2019-03-121-5/+8
* Change the_dummy_target to be a globalTom Tromey2019-03-051-5/+6
* Remove excess calls to gdb_flushTom Tromey2019-03-051-1/+0
* Fix regcache leak, and avoid possible regcache access after detach.Philippe Waroquiers2019-02-271-0/+11
* Add push_target overloadTom Tromey2019-02-151-0/+9
* Hoist assertion in target_stack::unpushTom Tromey2019-02-051-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-4/+4
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target.c: Remove struct keyword in range-based forSimon Marchi2018-12-261-1/+1
* gdb: Fix "info os <unknown>" commandPaul Marechal2018-12-211-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-21/+27
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-54/+0
* Introduce process_stratum_targetPedro Alves2018-11-301-30/+0
* Move test_target_ops to a separate filePedro Alves2018-11-301-21/+0
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-5/+3
* Avoid crash when calling warning too earlyTom Tromey2018-11-081-2/+8
* Fix some comments in target.cSimon Marchi2018-08-081-1/+3
* gdb: Fix assert for extended-remote target (PR gdb/18050)Andrew Burgess2018-08-081-0/+6
* Make target_options_to_string return an std::stringSimon Marchi2018-08-071-21/+15
* Simple unused variable removalsTom Tromey2018-07-221-3/+0
* Remove ptid_equalTom Tromey2018-07-031-8/+8