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
/
mgdb
Age
Commit message (
Collapse
)
Author
Files
Lines
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
2019-09-08
mgdb: added winnt_interrupt() as stub.
midipix
1
-0
/
+7
2019-09-08
mgdb: added winnt_thread_alive() as stub.
midipix
1
-0
/
+10
2019-09-08
mgdb: added winnt_files_info() as stub.
midipix
1
-0
/
+6
2019-09-08
mgdb: added winnt_xfer_partial() as stub.
midipix
1
-0
/
+30
2019-09-08
mgdb: added winnt_pid_to_exec_file() as stub.
midipix
1
-0
/
+11
2019-09-08
mgdb: dynamically allocate outbuf, suitable for executable path name.
midipix
1
-2
/
+5
2019-09-08
mgdb: winnt_pid_to_str(): fix thread-id sprintf format specifier.
midipix
1
-1
/
+1
2019-09-08
mgdb: removed winnt_pfd_from_pid() [--> winnt_process_record()].
midipix
1
-12
/
+0
2019-09-07
mgdb: amd64 bits: defined amd64_winnt_frame_unwind.
midipix
1
-1
/
+2
2019-09-07
mgdb: winnt_kill(): initial implementation and integration.
midipix
1
-6
/
+24
2019-09-07
mgdb: winnt_create_inferior(): initial implementation and integration.
midipix
1
-5
/
+64
2019-09-07
mgdb: winnt_detach(): finalize logic.
midipix
1
-8
/
+12
2019-09-02
mgdb: winnt_prepare(), winnt_respond(): initial implementation and integration.
midipix
1
-0
/
+112
2019-08-31
mgdb: close process file descriptor upon detaching.
midipix
1
-0
/
+5
[next]