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
/
gdb
/
winnt-nat.c
Age
Commit message (
Expand
)
Author
Files
Lines
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: 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
2019-08-31
mgdb: winnt_detach(): fix failure test logic.
midipix
1
-1
/
+1
2019-08-31
gdb: midipix-specific bits: added copyright note.
midipix
1
-0
/
+6
2019-08-31
gdb: midipix-specific bits: introduced gdb/winnt-nat.c.
midipix
1
-0
/
+284