summaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)Author
2021-02-04gdb: make target_is_non_stop_p return boolSimon Marchi
2021-02-03detach and breakpoint removalPedro Alves
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Remove symfile_objfile macroTom Tromey
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi
2020-10-13gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642)Simon Marchi
2020-10-12Change target_section_table to std::vector aliasTom Tromey
2020-10-12Use a std::vector in target_section_tableTom Tromey
2020-10-07Move simple_search_memory to gdbsupport/search.ccTom Tromey
2020-09-28Remove target_has_execution macroTom Tromey
2020-09-28Turn target_can_execute_reverse into functionTom Tromey
2020-09-28Remove target_has_registers macroTom Tromey
2020-09-28Remove target_has_stack macroTom Tromey
2020-09-28Remove target_has_memory macroTom Tromey
2020-09-28Remove target_has_all_memoryTom Tromey
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-07-22Provide access to non SEC_HAS_CONTENTS core file sectionsKevin Buettner
2020-07-22section_table_xfer_memory: Replace section name with callback predicateKevin Buettner
2020-07-10Fix latent bug in target_pass_ctrlcPedro Alves
2020-06-18Don't write to inferior_ptid in target.cPedro Alves
2020-06-15Change target_read_string APITom Tromey
2020-06-15Rewrite target_read_stringTom Tromey
2020-05-19Eliminate target_fileio_open_warn_if_slowPedro Alves
2020-05-03Update more calls to add_prefix_cmdTom Tromey
2020-04-01gdb: define convenience function 'exists_non_stop_target'Tankut Baris Aktemur
2020-03-24gdb: bool-ify follow_forkSimon Marchi
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves
2020-01-10Multi-target supportPedro Alves
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-18Fix crash with core + TUI + runSergio Durigan Junior
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries
2019-09-19bfd_section_* macrosAlan Modra
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-15Use field_string in more placesTom Tromey
2019-07-15Use field_core_addr in more placesTom Tromey
2019-07-09Rename common to gdbsupportTom Tromey
2019-06-04Introduce and use make_unique_xstrdupPedro Alves
2019-05-22Constify target_ops::follow_execTom Tromey
2019-04-08Introduce target_ops method thread_info_to_thread_handleKevin Buettner
2019-04-08Replace throw_exception with throw in some casesTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-08Make exceptions use std::string and be self-managingTom Tromey
2019-03-24(re-)fix the regcache leaks when detaching from an executable.Philippe Waroquiers
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-03-12Add a new gdbarch method to resolve the address of TLS variables.John Baldwin