| Commit message (Expand) | Author | Age | Files | Lines |
* | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 2022-01-27 | 1 | -1/+2 |
* | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 2022-01-01 | 1 | -1/+1 |
* | gdbserver: replace direct assignments to current_thread | Tankut Baris Aktemur | 2021-12-13 | 1 | -2/+2 |
* | gdb, gdbserver: detach fork child when detaching from fork parent | Simon Marchi | 2021-12-08 | 1 | -0/+6 |
* | gdbserver: hide fork child threads from GDB | Simon Marchi | 2021-12-08 | 1 | -0/+6 |
* | gdbserver: make target_pid_to_str return std::string | Simon Marchi | 2021-10-25 | 1 | -13/+10 |
* | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 2021-10-21 | 1 | -7/+7 |
* | Change ptid_t::tid to ULONGEST | Tom Tromey | 2021-09-23 | 1 | -2/+2 |
* | Remove process_stratum_target::hostio_last_error abstraction | Pedro Alves | 2021-04-13 | 1 | -6/+0 |
* | gdbserver: constify the 'pid_to_exec_file' target op | Tankut Baris Aktemur | 2021-04-12 | 1 | -1/+1 |
* | GDBserver remote packet support for memory tagging | Luis Machado | 2021-03-24 | 1 | -0/+20 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 1 | -1/+1 |
* | Make target_wait options use enum flags | Tom Tromey | 2020-09-18 | 1 | -3/+4 |
* | gdbserver: fix memory leak when handling qsupported packet | Simon Marchi | 2020-07-13 | 1 | -1/+2 |
* | gdbserver: finish turning the target ops vector into a class | Tankut Baris Aktemur | 2020-02-20 | 1 | -102/+110 |
* | gdbserver: simply copy the pointer in 'set_target_ops' | Pedro Alves | 2020-02-20 | 1 | -2/+1 |
* | gdbserver: turn target op 'get_ipa_tdesc_idx' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target op 'supports_catch_syscall' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target op 'supports_software_single_step' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target ops 'thread_name' and 'thread_handle' into methods | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+13 |
* | gdbserver: turn breakpoint kind-related target ops into methods | Tankut Baris Aktemur | 2020-02-20 | 1 | -16/+16 |
* | gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methods | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+30 |
* | gdbserver: turn target op 'pid_to_exec_file' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+12 |
* | gdbserver: turn target op 'supports_range_stepping' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn btrace-related target ops into methods | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+27 |
* | gdbserver: turn target op 'supports_agent' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target op 'qxfer_libraries_svr4' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+15 |
* | gdbserver: turn target op 'supports_disable_randomization' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target op 'emit_ops' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn fast tracepoint target ops into methods | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+25 |
* | gdbserver: turn target op 'stabilize_threads' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target ops 'pause_all' and 'unpause_all' into methods | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+12 |
* | gdbserver: turn target op 'get_tib_address' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+12 |
* | gdbserver: turn target op 'thread_stopped' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -2/+14 |
* | gdbserver: turn target ops 'read_pc' and 'write_pc' into methods | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+12 |
* | gdbserver: turn target op 'supports_tracepoints' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target op 'process_qsupported' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target op 'read_loadmap' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+13 |
* | gdbserver: turn target op 'core_of_thread' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target op 'handle_monitor_command' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target op 'handle_new_gdb_connection' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+6 |
* | gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methods | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+18 |
* | gdbserver: turn target op 'supports_multi_process' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -2/+7 |
* | gdbserver: turn non-stop and async target ops into methods | Tankut Baris Aktemur | 2020-02-20 | 1 | -14/+21 |
* | gdbserver: turn target op 'qxfer_siginfo' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+14 |
* | gdbserver: turn target op 'qxfer_osdata' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+14 |
* | gdbserver: turn target op 'hostio_last_error' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+7 |
* | gdbserver: turn target op 'get_tls_address' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+13 |
* | gdbserver: turn target op 'read_offsets' into a method | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+12 |
* | gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'... | Tankut Baris Aktemur | 2020-02-20 | 1 | -0/+12 |