Home
last modified time | relevance | path

Searched refs:WindowsLog (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.cpp14 {{"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 DDebuggerThread.cpp52 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 DProcessDebugger.cpp75 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 DProcessWindowsLog.h17 enum class WindowsLog : Log::MaskType { enum
36 template <> Log::Channel &LogChannelFor<WindowsLog>();
H A DProcessWindows.cpp145 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 DRegisterContextWindows.cpp115 Log *log = GetLog(WindowsLog::Registers); in AddHardwareBreakpoint()
152 Log *log = GetLog(WindowsLog::Registers); in CacheAllRegisterValues()
H A DNativeProcessWindows.cpp87 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 DNativeRegisterContextWindows_WoW64.cpp63 Log *log = GetLog(WindowsLog::Registers); in GetWoW64ThreadContextHelper()
78 Log *log = GetLog(WindowsLog::Registers); in SetWoW64ThreadContextHelper()
H A DNativeRegisterContextWindows_arm.cpp91 Log *log = GetLog(WindowsLog::Registers); in GetThreadContextHelper()
107 Log *log = GetLog(WindowsLog::Registers); in SetThreadContextHelper()
H A DNativeRegisterContextWindows_i386.cpp58 Log *log = GetLog(WindowsLog::Registers); in GetThreadContextHelper()
74 Log *log = GetLog(WindowsLog::Registers); in SetThreadContextHelper()
H A DNativeRegisterContextWindows_arm64.cpp108 Log *log = GetLog(WindowsLog::Registers); in GetThreadContextHelper()
124 Log *log = GetLog(WindowsLog::Registers); in SetThreadContextHelper()
H A DNativeRegisterContextWindows_x86_64.cpp70 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 DRegisterContextWindows_x86.cpp195 Log *log = GetLog(WindowsLog::Registers); in ReadRegister()
211 Log *log = GetLog(WindowsLog::Registers); in WriteRegister()
266 Log *log = GetLog(WindowsLog::Registers); in ReadRegisterHelper()