Show patches with: Submitter = Aktemur, Tankut Baris       |    State = Action Required       |    Archived = No       |   48 patches
Patch Series rb/tb S/W/F Date Submitter Delegate State
gdb/infrun: reset thread control's step info in end_stepping_range gdb/infrun: reset thread control's step info in end_stepping_range - - --- 2022-11-16 Aktemur, Tankut Baris New
[1/2] gdb, python: do minor modernization in execute_gdb_command [1/2] gdb, python: do minor modernization in execute_gdb_command - - --- 2023-02-24 Aktemur, Tankut Baris New
[2/2] gdb, python: selectively omit enabling stdin in gdb.execute exception [1/2] gdb, python: do minor modernization in execute_gdb_command - - --- 2023-02-24 Aktemur, Tankut Baris New
[v2] gdb, python: selectively omit enabling stdin in gdb.execute exception [v2] gdb, python: selectively omit enabling stdin in gdb.execute exception 1 - --- 2023-02-27 Aktemur, Tankut Baris New
[01/26] gdbserver: convert init_register_cache into regcache::initialize gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[02/26] gdbserver: convert new_register_cache into a regcache constructor gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[03/26] gdbserver: by-pass regcache to access tdesc only gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[04/26] gdbserver: boolify and defaultize the 'fetch' parameter of get_thread_regcache gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[05/26] gdbserver: add a pointer to the owner thread in regcache gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[06/26] gdbserver: turn part of get_thread_regcache into regcache::fetch gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[07/26] gdbserver: convert regcache_cpy into regcache::copy_from gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[08/26] gdbserver: convert free_register_cache into a destructor of regcache gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[09/26] gdbserver: extract out regcache::invalidate and regcache::discard gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[10/26] gdbserver: convert registers_to_string into regcache::registers_to_string gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[11/26] gdbserver: convert registers_from_string into regcache::registers_from_string gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[12/26] gdbserver: convert supply_regblock to regcache::supply_regblock gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[13/26] gdbserver: convert register_data into regcache::register_data gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[14/26] gdbserver: introduce and use regcache::set_register_status gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[15/26] gdbserver: check for nullptr condition in regcache::get_register_status gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[16/26] gdbserver: boolify regcache fields gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[17/26] gdbserver: rename regcache's registers_valid to registers_fetched gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[18/26] gdbsupport: fix a typo in a comment in common-regcache.h gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[19/26] gdbserver: fix the declared type of register_status in regcache gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[20/26] gdbserver: make some regcache fields private gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[21/26] gdbserver: use REG_UNKNOWN for a regcache's register statuses gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[22/26] gdbserver: zero-out register values in regcache-discard gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[23/26] gdbserver: set register statuses in registers_from_string gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[24/26] gdbserver: return tracked register status in regcache_raw_read_unsigned gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[25/26] gdbserver: refuse null argument in regcache::supply_regblock gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[26/26] gdbserver: allow gradually populating and selectively storing a regcache gdbserver: refactor regcache and allow gradually populating - - --- 2023-02-28 Aktemur, Tankut Baris New
[v3] gdb, python: selectively omit enabling stdin in gdb.execute exception [v3] gdb, python: selectively omit enabling stdin in gdb.execute exception 1 - --- 2023-03-31 Aktemur, Tankut Baris New
gdb: boolify 'should_print_thread' gdb: boolify 'should_print_thread' 1 - --- 2023-04-04 Aktemur, Tankut Baris New
[1/3] gdb: pass info_threads_opts to print_thread_info_1 Option to show stopped threads only - - --- 2023-04-05 Aktemur, Tankut Baris New
[2/3] gdb, doc: add the missing '-gid' option to 'info threads' Option to show stopped threads only - - --- 2023-04-05 Aktemur, Tankut Baris New
[3/3] gdb: add a '-stopped' option to "info threads" Option to show stopped threads only 1 - --- 2023-04-05 Aktemur, Tankut Baris New
gdbserver: update the comment of 'current_process' gdbserver: update the comment of 'current_process' - - --- 2023-04-25 Aktemur, Tankut Baris New
gdb, doc: add index entry for the $_inferior_thread_count convenience var gdb, doc: add index entry for the $_inferior_thread_count convenience var - - --- 2023-04-27 Aktemur, Tankut Baris New
gdbserver: try selecting a thread first to access memory gdbserver: try selecting a thread first to access memory - - --- 2023-06-20 Aktemur, Tankut Baris New
gdbserver: use target_waitstatus::to_string in 'prepare_resume_reply' gdbserver: use target_waitstatus::to_string in 'prepare_resume_reply' 1 - --- 2023-06-20 Aktemur, Tankut Baris New
gdbserver: extract code out of regcache's registers_to_string gdbserver: extract code out of regcache's registers_to_string - - --- 2023-06-20 Aktemur, Tankut Baris New
[v2] gdb/infrun: do not restart a stepped thread if not running (was: gdb/infrun: reset thread cont… [v2] gdb/infrun: do not restart a stepped thread if not running (was: gdb/infrun: reset thread cont… - 1 --- 2023-06-20 Aktemur, Tankut Baris New
[v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register (was: gdbserve… [v2] gdbserver: dump 'xx...x' in collect_register_as_string for unavailable register (was: gdbserve… 1 - --- 2023-06-20 Aktemur, Tankut Baris New
[v2] gdbserver: select a thread, if necessary, to access memory (was: [PATCH] gdbserver: try select… [v2] gdbserver: select a thread, if necessary, to access memory (was: [PATCH] gdbserver: try select… - - 4-- 2023-08-01 Aktemur, Tankut Baris New
[1/3] gdb: regenerate target-delegates.c [1/3] gdb: regenerate target-delegates.c - - --2 2023-11-14 Aktemur, Tankut Baris New
[2/3] gdb: refactor make-target-delegates.py's ARGTYPES [1/3] gdb: regenerate target-delegates.c - - --2 2023-11-14 Aktemur, Tankut Baris New
[3/3] gdb: handle default argument in make-target-delegates.py [1/3] gdb: regenerate target-delegates.c - - 2-- 2023-11-14 Aktemur, Tankut Baris New
[v4] gdb, python: selectively omit enabling stdin in gdb.execute [v4] gdb, python: selectively omit enabling stdin in gdb.execute 1 - 2-- 2023-11-14 Aktemur, Tankut Baris New
[v5] gdb, python: selectively omit enabling stdin in gdb.execute [v5] gdb, python: selectively omit enabling stdin in gdb.execute 1 - 4-- 2023-11-20 Aktemur, Tankut Baris New