Searched refs:WindowsLog (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindowsLog.cpp | 14 {{"break"}, {"log breakpoints"}, WindowsLog::Breakpoints}, 15 {{"event"}, {"log low level debugger events"}, WindowsLog::Event}, 16 {{"exception"}, {"log exception information"}, WindowsLog::Exception}, 17 {{"memory"}, {"log memory reads and writes"}, WindowsLog::Memory}, 18 {{"process"}, {"log process events and activities"}, WindowsLog::Process}, 19 {{"registers"}, {"log register read/writes"}, WindowsLog::Registers}, 20 {{"step"}, {"log step related activities"}, WindowsLog::Step}, 21 {{"thread"}, {"log thread events and activities"}, WindowsLog::Thread}, 24 static Log::Channel g_channel(g_categories, WindowsLog::Process); 26 template <> Log::Channel &lldb_private::LogChannelFor<WindowsLog>() { in LogChannelFor()
|
| H A D | DebuggerThread.cpp | 52 Log *log = GetLog(WindowsLog::Process); in DebugLaunch() 69 Log *log = GetLog(WindowsLog::Process); in DebugAttach() 91 Log *log = GetLog(WindowsLog::Process); in DebuggerThreadLaunchRoutine() 118 Log *log = GetLog(WindowsLog::Process); in DebuggerThreadAttachRoutine() 141 Log *log = GetLog(WindowsLog::Process); in StopDebugging() 215 Log *log = GetLog(WindowsLog::Process | WindowsLog::Exception); in ContinueAsyncException() 233 Log *log = GetLog(WindowsLog::Event); in DebugLoop() 314 Log *log = GetLog(WindowsLog::Event | WindowsLog::Exception); in HandleExceptionEvent() 357 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread); in HandleCreateThreadEvent() 369 Log *log = GetLog(WindowsLog::Event | WindowsLog::Process); in HandleCreateProcessEvent() [all …]
|
| H A D | ProcessDebugger.cpp | 75 Log *log = GetLog(WindowsLog::Process); in DetachProcess() 111 Log *log = GetLog(WindowsLog::Process); in LaunchProcess() 174 Log *log = GetLog(WindowsLog::Process); in AttachProcess() 212 Log *log = GetLog(WindowsLog::Process); in DestroyProcess() 248 Log *log = GetLog(WindowsLog::Process); in HaltProcess() 266 Log *log = GetLog(WindowsLog::Memory); in ReadMemory() 296 Log *log = GetLog(WindowsLog::Memory); in WriteMemory() 326 Log *log = GetLog(WindowsLog::Memory); in AllocateMemory() 354 Log *log = GetLog(WindowsLog::Memory); in DeallocateMemory() 378 Log *log = GetLog(WindowsLog::Memory); in GetMemoryRegionInfo() [all …]
|
| H A D | ProcessWindowsLog.h | 17 enum class WindowsLog : Log::MaskType { enum 36 template <> Log::Channel &LogChannelFor<WindowsLog>();
|
| H A D | ProcessWindows.cpp | 145 Log *log = GetLog(WindowsLog::Breakpoints); in EnableBreakpointSite() 156 Log *log = GetLog(WindowsLog::Breakpoints); in DisableBreakpointSite() 169 Log *log = GetLog(WindowsLog::Process); in DoDetach() 207 Log *log = GetLog(WindowsLog::Process); in DoResume() 353 Log *log = GetLog(WindowsLog::Exception); in RefreshStateAfterStop() 524 Log *log = GetLog(WindowsLog::Thread); in DoUpdateThreadList() 633 Log *log = GetLog(WindowsLog::Process); in OnExitProcess() 652 Log *log = GetLog(WindowsLog::Process); in OnDebuggerConnected() 698 Log *log = GetLog(WindowsLog::Exception); in OnDebugException() 815 Log *log = GetLog(WindowsLog::Process); in OnDebuggerError()
|
| H A D | RegisterContextWindows.cpp | 115 Log *log = GetLog(WindowsLog::Registers); in AddHardwareBreakpoint() 152 Log *log = GetLog(WindowsLog::Registers); in CacheAllRegisterValues()
|
| H A D | NativeProcessWindows.cpp | 87 Log *log = GetLog(WindowsLog::Process); in Resume() 171 Log *log = GetLog(WindowsLog::Process); in Detach() 405 Log *log = GetLog(WindowsLog::Process); in OnExitProcess() 419 Log *log = GetLog(WindowsLog::Process); in OnDebuggerConnected() 447 Log *log = GetLog(WindowsLog::Exception); in OnDebugException()
|
| H A D | NativeRegisterContextWindows_WoW64.cpp | 63 Log *log = GetLog(WindowsLog::Registers); in GetWoW64ThreadContextHelper() 78 Log *log = GetLog(WindowsLog::Registers); in SetWoW64ThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_arm.cpp | 91 Log *log = GetLog(WindowsLog::Registers); in GetThreadContextHelper() 107 Log *log = GetLog(WindowsLog::Registers); in SetThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_i386.cpp | 58 Log *log = GetLog(WindowsLog::Registers); in GetThreadContextHelper() 74 Log *log = GetLog(WindowsLog::Registers); in SetThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_arm64.cpp | 108 Log *log = GetLog(WindowsLog::Registers); in GetThreadContextHelper() 124 Log *log = GetLog(WindowsLog::Registers); in SetThreadContextHelper()
|
| H A D | NativeRegisterContextWindows_x86_64.cpp | 70 Log *log = GetLog(WindowsLog::Registers); in GetThreadContextHelper() 86 Log *log = GetLog(WindowsLog::Registers); in SetThreadContextHelper()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/ |
| H A D | RegisterContextWindows_x86.cpp | 195 Log *log = GetLog(WindowsLog::Registers); in ReadRegister() 211 Log *log = GetLog(WindowsLog::Registers); in WriteRegister() 266 Log *log = GetLog(WindowsLog::Registers); in ReadRegisterHelper()
|