Age | Commit message (Expand) | Author | Files | Lines |
2020-02-20 | gdbserver: turn target op 'supports_hardware_single_step' into a method | Tankut Baris Aktemur | 1 | -1/+6 |
2020-02-20 | gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a method | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a method | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target ops 'insert_point' and 'remove_point' into methods | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target op 'supports_z_point_type' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'read_auxv' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'request_interrupt' into a method | Tankut Baris Aktemur | 1 | -3/+2 |
2020-02-20 | gdbserver: turn target op 'look_up_symbols' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target ops 'read_memory' and 'write_memory' into methods | Tankut Baris Aktemur | 1 | -7/+7 |
2020-02-20 | gdbserver: turn prepare_to_access_memory & done_accessing_memory into methods | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methods | Tankut Baris Aktemur | 1 | -8/+6 |
2020-02-20 | gdbserver: turn target op 'wait' into a method | Tankut Baris Aktemur | 1 | -4/+4 |
2020-02-20 | gdbserver: turn target op 'resume' into a method | Tankut Baris Aktemur | 1 | -3/+2 |
2020-02-20 | gdbserver: turn target op 'thread_alive' into a method | Tankut Baris Aktemur | 1 | -3/+2 |
2020-02-20 | gdbserver: turn target op 'join' into a method | Tankut Baris Aktemur | 1 | -3/+2 |
2020-02-20 | gdbserver: turn target op 'mourn' into a method | Tankut Baris Aktemur | 1 | -5/+4 |
2020-02-20 | gdbserver: turn target op 'detach' into a method | Tankut Baris Aktemur | 1 | -3/+2 |
2020-02-20 | gdbserver: turn target op 'kill' into a method | Tankut Baris Aktemur | 1 | -3/+2 |
2020-02-20 | gdbserver: turn target op 'attach' into a method | Tankut Baris Aktemur | 1 | -3/+2 |
2020-02-20 | gdbserver: turn target op 'post_create_inferior' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'create_inferior' into a method | Tankut Baris Aktemur | 1 | -5/+4 |
2020-02-20 | gdbserver: start turning the target ops vector into a class | Tankut Baris Aktemur | 1 | -0/+39 |
2020-02-13 | gdbserver: rename source files to .cc | Simon Marchi | 1 | -0/+776 |