projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
ntdll: Store the per-page committed status in the server for anonymous file mappings.
[wine]
/
server
/
ptrace.c
2007-08-23
Tijl Coosemans
server: Use thr_kill2 syscall to signal threads on...
blob
|
commitdiff
|
raw
2007-08-09
Tijl Coosemans
loader: Use thr_self syscall to get thread id on FreeBSD.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Andrew Talbot
server: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Alexandre Julliard
server: Print a trace when sending a signal to a thread.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-29
Alexandre Julliard
server: Implement process control using Mach primitives...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-29
Alexandre Julliard
server: Add hooks to support process tracing mechanisms...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-29
Alexandre Julliard
server: Split get_thread_from_pid to allow lookups...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-15
Eric Pouech
ntdll: Fixed returned status for NtQueryThreadInformati...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Andrew Talbot
server: Cast-qual warning fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Michael Stefaniuc
server: Fix some comparisons between signed and unsigned.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Alexandre Julliard
server: Added data_size_t type to represent sizes in...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-25
Alexandre Julliard
server: Try harder to find a suitable thread for read...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-11
Alexandre Julliard
server: Fixed get_thread_context for x86_64.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
Alexandre Julliard
server: Moved get/set_thread_context implementation...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-13
Alexandre Julliard
server: Remove the use_ptrace variable.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-10
Alexandre Julliard
server: Moved the tkill function to ptrace.c.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-10
Alexandre Julliard
server: Removed the thread attached flag, since we...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-10
Alexandre Julliard
server: Always detach from the thread when we are done...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
Alexandre Julliard
server: Moved read/write_process_memory and get_selecto...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-03
Alexandre Julliard
server: Don't single step into signal handlers.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-14
Eric Pouech
server: When possible, use tgkill instead of tkill...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-22
Alexandre Julliard
Don't try to detach from a thread that is exiting,...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-19
Alexandre Julliard
Added a watchdog mechanism to break out of the wait4...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-01
Alexandre Julliard
Convert the per-process thread list to a standard list.
blob
|
commitdiff
|
raw
|
diff to current
2003-08-21
Alexandre Julliard
Cope with wait4 being interrupted by a signal.
blob
|
commitdiff
|
raw
|
diff to current
2003-05-06
Alexandre Julliard
Fixed a couple of races with exiting threads in suspend...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-26
Alexandre Julliard
Properly handle the wait4 syscall failure on kernels...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-16
Alexandre Julliard
Fall back to kill() if the kernel doesn't support tkill().
blob
|
commitdiff
|
raw
|
diff to current
2003-03-26
Alexandre Julliard
Added generic signal handling mechanism based on pipes...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-22
Alexandre Julliard
Make a distinction between the thread Unix pid and...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-11
Alexandre Julliard
Attaching the debugger to a running process should...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-10
Eric Pouech
Fixed typo.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-04
Alexandre Julliard
Use SIGUSR1 instead of SIGSTOP to suspend threads.
blob
|
commitdiff
|
raw
|
diff to current
2003-02-25
Alexandre Julliard
Added send_thread_signal() function and properly handle...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-14
Alexandre Julliard
Changed fd operations to take a struct fd instead of...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-01
Alexandre Julliard
Made process and thread ids small integers instead...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-24
Alexandre Julliard
A few optimizations in the process startup requests...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-12
Alexandre Julliard
Check unix_pid again after attach.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-14
Alexandre Julliard
Backed out the suspend_process_for_ptrace change.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-27
Ove Kaaven
Preserve the TF (Trap Flag) when continuing from a...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-29
Dimitrie O. Paun
Do not include sys/ptrace.h and sys/user.h unconditionally.
blob
|
commitdiff
|
raw
|
diff to current
2000-10-17
Gerald Pfeifer
Add appropriate casts to caddr_t for the third paramete...
blob
|
commitdiff
|
raw
|
diff to current
2000-04-04
Alexandre Julliard
Increment suspend count before attempting attach in...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-17
Alexandre Julliard
Have threads and processes exit more cleanly whenever...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-15
Alexandre Julliard
Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-09
Alexandre Julliard
Store the list of loaded dlls in the server, and genera...
blob
|
commitdiff
|
raw
|
diff to current
1999-12-13
Alexandre Julliard
Use poll() instead of select() for the server main...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-25
Alexandre Julliard
More portability fixes (thanks to Juergen Lock).
blob
|
commitdiff
|
raw
|
diff to current
1999-11-21
Alexandre Julliard
Portability fixes.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-14
Alexandre Julliard
Moved ptrace support to ptrace.c. Tried to improve...
blob
|
commitdiff
|
raw
|
diff to current