PDA

View Full Version : Log conditional breakpoint API?


abs0
January 31st, 2004, 15:53
Hi, is there an API call in the current olly debug plugin system that will alow me to set the Log Conditional Breakpoints?
Thanks

blabberer
February 1st, 2004, 09:39
abso to set conditional log break point
you need to use shift+f4
in the popup you have to type the condition you like and then
you need to use those radio buttons for logging
then in the log window you will see some thing like this according to the options and conditions you selected

Log data
Address Message
00432528 COND: uMsg
00432528 CALL to PostThreadMessageA
ThreadId = 1F4
Message = WM_NULL
wParam = 0
lParam = 0
00432528 COND: uMsg = 00000000
00432528 CALL to PostThreadMessageA
ThreadId = 1F4
Message = WM_NULL
wParam = 0
lParam = 0
00432528 COND: uMsg = 00000000 WM_NULL
00432528 CALL to PostThreadMessageA
ThreadId = 1F4
Message = WM_NULL
wParam = 0
lParam = 0
00432528 COND: uMsg = 00000000 WM_NULL
00432528 CALL to PostThreadMessageA
ThreadId = 1F4
Message = WM_NULL
wParam = 0
lParam = 0
00432528 COND: uMsg = 00000000 WM_NULL
00432528 CALL to PostThreadMessageA
ThreadId = 1F4
Message = WM_NULL
wParam = 0
lParam = 0

abs0
February 1st, 2004, 20:48
Is there any way to code it into a plugin?

focht
February 6th, 2004, 15:06
Dont think so ...

maybe you request this breakpoint type to be fully supported in next plugin API version.

Regards,

A. Focht