summaryrefslogtreecommitdiff
path: root/overlay
AgeCommit message (Expand)AuthorFilesLines
2019-09-19mgdb: winnt_wait(): set .sig to GDB_SIGNAL_UNKNOWN upon system exceptions.midipix1-0/+4
2019-09-19mgdb: winnt_wait_event(): fetch registers whenever applicable.midipix1-0/+11
2019-09-19mgdb: winnt_resume_one(): resume thread as needed.midipix1-0/+3
2019-09-19mgdb: further refine terminal ownership logic.midipix1-3/+6
2019-09-16mgdb: {amd64|i386}_winnt_store_registers(): initial implementation.midipix4-3/+73
2019-09-16mgdb: winnt_wait(): handle __DBG_STATE_{CREATE_PROCESS|DLL_LOAD|DLL_UNLOAD}.midipix1-3/+17
2019-09-16mgdb: winnt_wait(): handle __DBG_STATE_CREATE_THREAD.midipix1-1/+6
2019-09-16mgdb: winnt_wait(): refine terminal ownership logic.midipix1-2/+1
2019-09-16mgdb: winnt_wait(): handle __DBG_STATE_EXIT_PROCESS.midipix1-1/+6
2019-09-16mgdb: winnt_delete_thread(): initial implementation and integration.midipix1-5/+58
2019-09-16mgdb; winnt_resume{_one|_all}(): initial implementation and integration.midipix1-2/+89
2019-09-16mgdb: winnt_wait_event(): use __dbg_event_acquire() (a better match for gdb).midipix1-1/+1
2019-09-16mgdb: struct winnt_thread and friends: initial implementation and integration.midipix4-79/+195
2019-09-16mgdb: x86_dr_low support: initial implementation and integration.midipix1-0/+61
2019-09-16mgdb: winnt_prepare(): __dbg_event_acquire() now supports blocking calls.midipix1-1/+1
2019-09-15mgdb: amd64_winnt_init_reg_offsets(): initial implementation and integration.midipix2-0/+74
2019-09-14mgdb: winnt_detach(): clear executable file.midipix1-0/+2
2019-09-14mgdb: winnt_mourn_inferior(): remove unnecessary call to delete_inferior().midipix1-1/+0
2019-09-14mgdb: struct winnt_process: added .solibs member, related interfaces.midipix2-10/+123
2019-09-14mgdb: enable the perk library interface.midipix2-0/+22
2019-09-14mgdb: winnt_get_modules(): initial implementation and integration.midipix1-6/+88
2019-09-11mgdb: amd64-winnt-tdep.c, i386-winnt-tdep.c: abandon windows-tdep.h.midipix2-5/+5
2019-09-11mgdb: winnt_pid_to_exec_file(): initial implementation.midipix1-3/+18
2019-09-10mgdb: winnt_respond(): do not create a 'process-only' thread record.midipix1-2/+0
2019-09-09mgdb: winnt_xfer_partial((): initial implementation.midipix1-3/+19
2019-09-09mgdb: amd64_winnt_supply_core_regs(): implementation and integration.midipix1-1/+35
2019-09-09mgdb: moved {i386|amd64}_winnt_fetch_registers() where they belong.midipix5-49/+71
2019-09-09mgdb: winnt_wait(): set waitstatus->value.midipix1-0/+2
2019-09-08mgdb: winnt_wait(): handle event->evttype, added winnt_wait_event().midipix1-18/+46
2019-09-08mgdb: winnt_get_ada_task_ptid(): initial implementation and integration.midipix1-0/+14
2019-09-08mgdb: struct winnt_process: added and integrated struct __dbg_event member.midipix1-18/+50
2019-09-08mgdb: amd64_winnt_fetch_registers(): initial implementation and integration.midipix3-3/+78
2019-09-08mgdb: i386_winnt_init_abi(): whitespace meditation.midipix1-2/+1
2019-09-08mgdb: amd64_winnt_init_abi(): whitespace meditation.midipix1-2/+1
2019-09-08mgdb: winnt_mourn_inferior(): invoke delete_inferior().midipix1-0/+1
2019-09-08mgdb: winnt_detach(), winnt_kill(): invoke winnt_mourn_inferior().midipix1-7/+9
2019-09-08mgdb: implemented winnt_mourn_inferior(), revised winnt_abandon() accordingly.midipix1-8/+6
2019-09-08mgdb: winnt_wait(): always use the system process and thread identifiers.midipix1-4/+1
2019-09-08mgdb: winnt_prepare(): update inferior_ptid with current pid & tid.midipix1-0/+3
2019-09-08mgdb: added winnt_fetch_registers(), winnt_store_registers() as stubs.midipix1-0/+23
2019-09-08mgdb: added winnt_interrupt() as stub.midipix1-0/+7
2019-09-08mgdb: added winnt_thread_alive() as stub.midipix1-0/+10
2019-09-08mgdb: added winnt_files_info() as stub.midipix1-0/+6
2019-09-08mgdb: added winnt_xfer_partial() as stub.midipix1-0/+30
2019-09-08mgdb: added winnt_pid_to_exec_file() as stub.midipix1-0/+11
2019-09-08mgdb: dynamically allocate outbuf, suitable for executable path name.midipix1-2/+5
2019-09-08mgdb: winnt_pid_to_str(): fix thread-id sprintf format specifier.midipix1-1/+1
2019-09-08mgdb: removed winnt_pfd_from_pid() [--> winnt_process_record()].midipix1-12/+0
2019-09-07mgdb: amd64 bits: defined amd64_winnt_frame_unwind.midipix1-1/+2
2019-09-07mgdb: winnt_kill(): initial implementation and integration.midipix1-6/+24