index
:
chainport
main
the midipix porting bits for everything but the compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
overlay
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-09-19
mgdb: winnt_wait_event(): obtain register context of all threads.
midipix
1
-2
/
+3
2019-09-19
mgdb: amd64_winnt_fetch_registers(): properly handle post-store requests.
midipix
1
-2
/
+3
2019-09-19
mgdb: amd64_winnt_init_reg_offsets(): add missing initialization of rip.
midipix
1
-0
/
+2
2019-09-19
mgdb: winnt_resume_one(): properly initialize tid.
midipix
1
-1
/
+1
2019-09-19
mgdb: winnt_add_thread(): properly initialize pid.
midipix
1
-1
/
+1
2019-09-19
mgdb: amd64_winnt_fetch_registers(): retrieve registers unconditionally.
midipix
1
-3
/
+2
2019-09-19
mgdb: winnt_prepare(): perform proper clean-up upon premature termination.
midipix
1
-1
/
+4
2019-09-19
mgdb: winnt_mourn_inferior(), winnt_abandon(): preceed winnt_prepare().
midipix
1
-16
/
+16
2019-09-19
mgdb: winnt_mourn_inferior(): remove process record as needed.
midipix
1
-0
/
+3
2019-09-19
mgdb: winnt_plist_remove(): close pfd, reset record.
midipix
1
-2
/
+2
2019-09-19
mgdb: winnt_wait(): set .sig to GDB_SIGNAL_UNKNOWN upon system exceptions.
midipix
1
-0
/
+4
2019-09-19
mgdb: winnt_wait_event(): fetch registers whenever applicable.
midipix
1
-0
/
+11
2019-09-19
mgdb: winnt_resume_one(): resume thread as needed.
midipix
1
-0
/
+3
2019-09-19
mgdb: further refine terminal ownership logic.
midipix
1
-3
/
+6
2019-09-16
mgdb: {amd64|i386}_winnt_store_registers(): initial implementation.
midipix
4
-3
/
+73
2019-09-16
mgdb: winnt_wait(): handle __DBG_STATE_{CREATE_PROCESS|DLL_LOAD|DLL_UNLOAD}.
midipix
1
-3
/
+17
2019-09-16
mgdb: winnt_wait(): handle __DBG_STATE_CREATE_THREAD.
midipix
1
-1
/
+6
2019-09-16
mgdb: winnt_wait(): refine terminal ownership logic.
midipix
1
-2
/
+1
2019-09-16
mgdb: winnt_wait(): handle __DBG_STATE_EXIT_PROCESS.
midipix
1
-1
/
+6
2019-09-16
mgdb: winnt_delete_thread(): initial implementation and integration.
midipix
1
-5
/
+58
2019-09-16
mgdb; winnt_resume{_one|_all}(): initial implementation and integration.
midipix
1
-2
/
+89
2019-09-16
mgdb: winnt_wait_event(): use __dbg_event_acquire() (a better match for gdb).
midipix
1
-1
/
+1
2019-09-16
mgdb: struct winnt_thread and friends: initial implementation and integration.
midipix
4
-79
/
+195
2019-09-16
mgdb: x86_dr_low support: initial implementation and integration.
midipix
1
-0
/
+61
2019-09-16
mgdb: winnt_prepare(): __dbg_event_acquire() now supports blocking calls.
midipix
1
-1
/
+1
2019-09-15
mgdb: amd64_winnt_init_reg_offsets(): initial implementation and integration.
midipix
2
-0
/
+74
2019-09-14
mgdb: winnt_detach(): clear executable file.
midipix
1
-0
/
+2
2019-09-14
mgdb: winnt_mourn_inferior(): remove unnecessary call to delete_inferior().
midipix
1
-1
/
+0
2019-09-14
mgdb: struct winnt_process: added .solibs member, related interfaces.
midipix
2
-10
/
+123
2019-09-14
mgdb: enable the perk library interface.
midipix
2
-0
/
+22
2019-09-14
mgdb: winnt_get_modules(): initial implementation and integration.
midipix
1
-6
/
+88
2019-09-11
mgdb: amd64-winnt-tdep.c, i386-winnt-tdep.c: abandon windows-tdep.h.
midipix
2
-5
/
+5
2019-09-11
mgdb: winnt_pid_to_exec_file(): initial implementation.
midipix
1
-3
/
+18
2019-09-10
mgdb: winnt_respond(): do not create a 'process-only' thread record.
midipix
1
-2
/
+0
2019-09-09
mgdb: winnt_xfer_partial((): initial implementation.
midipix
1
-3
/
+19
2019-09-09
mgdb: amd64_winnt_supply_core_regs(): implementation and integration.
midipix
1
-1
/
+35
2019-09-09
mgdb: moved {i386|amd64}_winnt_fetch_registers() where they belong.
midipix
5
-49
/
+71
2019-09-09
mgdb: winnt_wait(): set waitstatus->value.
midipix
1
-0
/
+2
2019-09-08
mgdb: winnt_wait(): handle event->evttype, added winnt_wait_event().
midipix
1
-18
/
+46
2019-09-08
mgdb: winnt_get_ada_task_ptid(): initial implementation and integration.
midipix
1
-0
/
+14
2019-09-08
mgdb: struct winnt_process: added and integrated struct __dbg_event member.
midipix
1
-18
/
+50
2019-09-08
mgdb: amd64_winnt_fetch_registers(): initial implementation and integration.
midipix
3
-3
/
+78
2019-09-08
mgdb: i386_winnt_init_abi(): whitespace meditation.
midipix
1
-2
/
+1
2019-09-08
mgdb: amd64_winnt_init_abi(): whitespace meditation.
midipix
1
-2
/
+1
2019-09-08
mgdb: winnt_mourn_inferior(): invoke delete_inferior().
midipix
1
-0
/
+1
2019-09-08
mgdb: winnt_detach(), winnt_kill(): invoke winnt_mourn_inferior().
midipix
1
-7
/
+9
2019-09-08
mgdb: implemented winnt_mourn_inferior(), revised winnt_abandon() accordingly.
midipix
1
-8
/
+6
2019-09-08
mgdb: winnt_wait(): always use the system process and thread identifiers.
midipix
1
-4
/
+1
2019-09-08
mgdb: winnt_prepare(): update inferior_ptid with current pid & tid.
midipix
1
-0
/
+3
2019-09-08
mgdb: added winnt_fetch_registers(), winnt_store_registers() as stubs.
midipix
1
-0
/
+23
[next]