Searched defs:log (Results 151 - 175 of 332) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.h133 std::unique_ptr<std::ofstream> log; member in struct:lldb_vscode::VSCode
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp52 Log *log = GetLog(WindowsLog::Process); local
69 Log *log = GetLog(WindowsLog::Process); local
91 Log *log = GetLog(WindowsLog::Process); local
118 Log *log = GetLog(WindowsLog::Process); local
141 Log *log = GetLog(WindowsLog::Process); local
233 Log *log = GetLog(WindowsLog::Event); local
314 Log *log = GetLog(WindowsLog::Event | WindowsLog::Exception); local
357 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread); local
369 Log *log = GetLog(WindowsLog::Event | WindowsLog::Process); local
397 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread); local
407 Log *log = GetLog(WindowsLog::Event | WindowsLog::Thread); local
474 Log *log = GetLog(WindowsLog::Event); local
525 Log *log = GetLog(WindowsLog::Event); local
542 Log *log = GetLog(WindowsLog::Event); local
[all...]
H A DNativeRegisterContextWindows_arm64.cpp108 Log *log = GetLog(WindowsLog::Registers); local
124 Log *log = GetLog(WindowsLog::Registers); local
H A DNativeRegisterContextWindows_arm.cpp91 Log *log = GetLog(WindowsLog::Registers); local
107 Log *log = GetLog(WindowsLog::Registers); local
H A DNativeRegisterContextWindows_i386.cpp58 Log *log = GetLog(WindowsLog::Registers); local
74 Log *log = GetLog(WindowsLog::Registers); local
H A DNativeRegisterContextWindows_WoW64.cpp63 Log *log = GetLog(WindowsLog::Registers); local
78 Log *log = GetLog(WindowsLog::Registers); local
H A DNativeRegisterContextWindows_x86_64.cpp70 Log *log = GetLog(WindowsLog::Registers); local
86 Log *log = GetLog(WindowsLog::Registers); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp42 Log *log = GetLog(GDBRLog::Thread); local
57 Log *log = GetLog(GDBRLog::Thread); local
225 Log *log = GetLog(GDBRLog::Thread); local
239 Log *log = GetLog(GDBRLog::Thread); local
290 void ThreadGDBRemote::Dump(Log *log, uint32_t index) {} argument
H A DGDBRemoteClientBase.cpp42 Log *log = GetLog(GDBRLog::Process); local
328 Log *log = GetLog(GDBRLog::Process); local
366 Log *log = GetLog(GDBRLog::Process|GDBRLog::Packets); local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepInRange.cpp129 Log *log = GetLog(LLDBLog::Step); local
363 Log *log = GetLog(LLDBLog::Step); local
445 Log *log = GetLog(LLDBLog::Step); local
468 Log *log = GetLog(LLDBLog::Step); local
[all...]
H A DThreadPlanCallFunction.cpp153 Log *log = GetLog(LLDBLog::Step); local
176 Log *log = GetLog(LLDBLog::Step); local
391 Log *log = GetLog(LLDBLog::Step); local
442 Log *log = GetLog(LLDBLog::Step); local
[all...]
H A DDynamicRegisterInfo.cpp196 Log *log = GetLog(LLDBLog::Object); local
H A DThreadPlan.cpp80 Log *log = GetLog(LLDBLog::Step); local
120 Log *log = GetLog(LLDBLog::Step); local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DBroadcaster.cpp29 Log *log = GetLog(LLDBLog::Object); local
39 Log *log = GetLog(LLDBLog::Object); local
211 Log *log = GetLog(LLDBLog::Events); local
266 Log *log local
297 Log *log = GetLog(LLDBLog::Events); local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DUnwindPlan.cpp411 Log *log = GetLog(LLDBLog::Unwind); local
422 Log *log = GetLog(LLDBLog::Unwind); local
439 Log *log = GetLog(LLDBLog::Unwind); local
462 Log *log = GetLog(LLDBLog::Unwind); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp51 void JITLinkError::log(raw_ostream &OS) const { OS << ErrMsg; } function in class:llvm::jitlink::JITLinkError
/openbsd-current/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc.c172 struct drm_i915_gem_object *log = fetch_and_zero(&uc->load_err_log); local
/openbsd-current/gnu/llvm/libunwind/src/
H A Dlibunwind.cpp362 static bool log = false; local
374 static bool log = false; local
386 static bool log = false; local
H A DDwarfInstructions.hpp384 const bool log = false; local
[all...]
/openbsd-current/usr.sbin/unbound/services/
H A Drpz.h121 int log; member in struct:rpz
/openbsd-current/sbin/unwind/libunbound/services/
H A Drpz.h121 int log; member in struct:rpz
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_complex.h765 log(const complex<_Tp>& __z) { return __complex_log(__z.__rep()); } function
769 log(const complex<_Tp>& __z) { return __complex_log(__z); } function
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h70 #undef log macro
475 log(float __x) { return __gnu_cxx::__c99_binding::logf(__x); } function in namespace:std
483 log(long double __x) { return ::logl(__x); } function in namespace:std
486 log(long double __x) { return ::log(static_cast<double>(__x)); } function in namespace:std
491 log(_Tp __x) function in namespace:std
[all...]
/openbsd-current/include/
H A Dtgmath.h112 #define log(x) __tg_full(x, log) macro
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp629 Log *log = GetLog(LLDBLog::DataFormatters); local
[all...]

Completed in 327 milliseconds

1234567891011>>