Age | Commit message (Expand) | Author | Files | Lines |
2020-03-18 | Namespace the reg class to avoid clashes with OS headers | Kamil Rytarowski | 4 | -3/+9 |
2020-03-12 | Change gdbserver to use existing gdbsupport | Tom Tromey | 4 | -82/+35 |
2020-03-12 | Fix gdbserver build when intl already built | Tom Tromey | 6 | -5/+118 |
2020-03-12 | Move gdb/selftest.m4 to gdbsupport/selftest.m4 | Simon Marchi | 2 | -1/+5 |
2020-03-12 | Move sourcing of development.sh to GDB_AC_COMMON | Simon Marchi | 3 | -439/+443 |
2020-03-12 | gdb/selftest.m4: ensure $development is set | Simon Marchi | 2 | -0/+9 |
2020-03-11 | gdb: enable -Wmissing-prototypes warning | Simon Marchi | 2 | -0/+5 |
2020-03-06 | gdbserver/gdbsupport: Add .dir-locals.el file | Andrew Burgess | 2 | -0/+45 |
2020-03-05 | gdb, gdbserver, gdbsupport: add .gitattributes files | Tankut Baris Aktemur | 2 | -0/+10 |
2020-03-02 | gdbserver: Add mechanism to prevent sending T stop packets | Andrew Burgess | 4 | -0/+32 |
2020-02-21 | Add a mostlyclean target to gdbserver | Tom Tromey | 2 | -1/+5 |
2020-02-20 | gdbserver: finish turning the target ops vector into a class | Tankut Baris Aktemur | 31 | -288/+562 |
2020-02-20 | gdbserver: simply copy the pointer in 'set_target_ops' | Pedro Alves | 2 | -2/+6 |
2020-02-20 | gdbserver: turn target op 'get_ipa_tdesc_idx' into a method | Tankut Baris Aktemur | 8 | -11/+34 |
2020-02-20 | gdbserver: turn target op 'supports_catch_syscall' into a method | Tankut Baris Aktemur | 8 | -12/+34 |
2020-02-20 | gdbserver: turn target op 'supports_software_single_step' into a method | Tankut Baris Aktemur | 8 | -11/+34 |
2020-02-20 | gdbserver: turn target ops 'thread_name' and 'thread_handle' into methods | Tankut Baris Aktemur | 8 | -26/+70 |
2020-02-20 | gdbserver: turn breakpoint kind-related target ops into methods | Tankut Baris Aktemur | 12 | -68/+108 |
2020-02-20 | gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methods | Tankut Baris Aktemur | 9 | -45/+130 |
2020-02-20 | gdbserver: turn target op 'pid_to_exec_file' into a method | Tankut Baris Aktemur | 9 | -15/+65 |
2020-02-20 | gdbserver: turn target op 'supports_range_stepping' into a method | Tankut Baris Aktemur | 8 | -13/+36 |
2020-02-20 | gdbserver: turn btrace-related target ops into methods | Tankut Baris Aktemur | 8 | -67/+114 |
2020-02-20 | gdbserver: turn target op 'supports_agent' into a method | Tankut Baris Aktemur | 8 | -12/+35 |
2020-02-20 | gdbserver: turn target op 'qxfer_libraries_svr4' into a method | Tankut Baris Aktemur | 9 | -16/+71 |
2020-02-20 | gdbserver: turn target op 'supports_disable_randomization' into a method | Tankut Baris Aktemur | 8 | -13/+36 |
2020-02-20 | gdbserver: turn target op 'emit_ops' into a method | Tankut Baris Aktemur | 8 | -11/+35 |
2020-02-20 | gdbserver: turn fast tracepoint target ops into methods | Tankut Baris Aktemur | 9 | -89/+149 |
2020-02-20 | gdbserver: turn target op 'stabilize_threads' into a method | Tankut Baris Aktemur | 10 | -20/+44 |
2020-02-20 | gdbserver: turn target ops 'pause_all' and 'unpause_all' into methods | Tankut Baris Aktemur | 10 | -56/+92 |
2020-02-20 | gdbserver: turn target op 'get_tib_address' into a method | Tankut Baris Aktemur | 9 | -11/+55 |
2020-02-20 | gdbserver: turn target op 'thread_stopped' into a method | Tankut Baris Aktemur | 9 | -15/+61 |
2020-02-20 | gdbserver: turn target ops 'read_pc' and 'write_pc' into methods | Tankut Baris Aktemur | 9 | -32/+52 |
2020-02-20 | gdbserver: turn target op 'supports_tracepoints' into a method | Tankut Baris Aktemur | 8 | -13/+35 |
2020-02-20 | gdbserver: turn target op 'process_qsupported' into a method | Tankut Baris Aktemur | 8 | -15/+35 |
2020-02-20 | gdbserver: turn target op 'read_loadmap' into a method | Tankut Baris Aktemur | 9 | -16/+63 |
2020-02-20 | gdbserver: turn target op 'core_of_thread' into a method | Tankut Baris Aktemur | 8 | -9/+37 |
2020-02-20 | gdbserver: turn target op 'handle_monitor_command' into a method | Tankut Baris Aktemur | 9 | -14/+43 |
2020-02-20 | gdbserver: turn target op 'handle_new_gdb_connection' into a method | Tankut Baris Aktemur | 8 | -14/+34 |
2020-02-20 | gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methods | Tankut Baris Aktemur | 8 | -33/+71 |
2020-02-20 | gdbserver: turn target op 'supports_multi_process' into a method | Tankut Baris Aktemur | 8 | -12/+35 |
2020-02-20 | gdbserver: turn non-stop and async target ops into methods | Tankut Baris Aktemur | 9 | -64/+86 |
2020-02-20 | gdbserver: turn target op 'qxfer_siginfo' into a method | Tankut Baris Aktemur | 10 | -18/+83 |
2020-02-20 | gdbserver: turn target op 'qxfer_osdata' into a method | Tankut Baris Aktemur | 9 | -16/+66 |
2020-02-20 | gdbserver: turn target op 'hostio_last_error' into a method | Tankut Baris Aktemur | 9 | -16/+40 |
2020-02-20 | gdbserver: turn target op 'get_tls_address' into a method | Tankut Baris Aktemur | 9 | -20/+77 |
2020-02-20 | gdbserver: turn target op 'read_offsets' into a method | Tankut Baris Aktemur | 9 | -26/+75 |
2020-02-20 | gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'... | Tankut Baris Aktemur | 11 | -37/+83 |
2020-02-20 | gdbserver: turn target op 'supports_hardware_single_step' into a method | Tankut Baris Aktemur | 11 | -21/+66 |
2020-02-20 | gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a method | Tankut Baris Aktemur | 8 | -25/+55 |
2020-02-20 | gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a method | Tankut Baris Aktemur | 8 | -26/+56 |