Searched refs:LLDB_LOG (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp42 LLDB_LOG(log, "force = {0}, arch=({1}, {2})", force,
59 LLDB_LOG(log, "create = {0}", create);
241 LLDB_LOG(log, "target {0}", target);
264 LLDB_LOG(log, "creating new target");
269 LLDB_LOG(log, "failed to create new target: {0}", error);
276 LLDB_LOG(log, "error: {0}", error);
285 LLDB_LOG(log, "having target create process with gdb-remote plugin");
291 LLDB_LOG(log, "error: {0}", error);
295 LLDB_LOG(log, "successfully created process");
299 LLDB_LOG(lo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp202 LLDB_LOG(log, "Couldn't find result variable");
207 LLDB_LOG(log, "Result name: \"{0}\"", result_name);
212 LLDB_LOG(log, "Result variable had no data");
221 LLDB_LOG(log, "Found result in the IR: \"{0}\"",
227 LLDB_LOG(log, "Result variable isn't a GlobalVariable");
238 LLDB_LOG(log, "Result variable doesn't have a corresponding Decl");
253 LLDB_LOG(log, "Found result decl: \"{0}\"", decl_desc_str);
258 LLDB_LOG(log, "Result variable Decl isn't a VarDecl");
298 LLDB_LOG(log, "Expected result to have pointer type, but it did not");
321 LLDB_LOG(lo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp50 LLDB_LOG(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_OBJECT |
65 LLDB_LOG(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_OBJECT |
81 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION),
93 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION),
127 LLDB_LOG(
176 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION),
197 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION),
214 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST),
230 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION),
272 LLDB_LOG(lldb_privat
[all...]
H A DRichManglingContext.cpp44 LLDB_LOG(log, "demangled itanium: {0} -> \"{1}\"", mangled, m_ipd_buf);
46 LLDB_LOG(log, "demangled itanium: {0} -> error: failed to demangle",
111 LLDB_LOG(log, "ItaniumPartialDemangler Realloc: new buffer size is {0}",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp169 // LLDB_LOG(log, "PPC64::EvaluateInstruction: opcode={0:X+8}", opcode);
174 // LLDB_LOG(log, "PPC64::EvaluateInstruction: {0}", opcode_data->name);
222 LLDB_LOG(log, "EmulateMFSPR: {0:X+8}: mfspr r0, lr", m_addr);
232 LLDB_LOG(log, "EmulateMFSPR: success!");
249 LLDB_LOG(log, "EmulateLD: {0:X+8}: ld r{1}, {2}(r{3})", m_addr, rt, ids, ra);
261 LLDB_LOG(log, "EmulateLD: success!");
286 LLDB_LOG(log, "EmulateSTD: {0:X+8}: std{1} r{2}, {3}(r{4})", m_addr,
328 LLDB_LOG(log, "EmulateSTD: success!");
343 LLDB_LOG(log, "EmulateOR: {0:X+8}: mr r{1}, r{2}", m_addr, ra, rb);
361 LLDB_LOG(lo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp68 LLDB_LOG(log, "pid = {0:x}", pid);
70 LLDB_LOG(log, "failed to launch process: {0}", status);
80 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}",
85 LLDB_LOG(log, "inferior started, now in stopped state");
94 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid,
128 LLDB_LOG(log, "pid = {0:x}", pid);
180 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid);
234 LLDB_LOG(log,
276 LLDB_LOG(log,
283 LLDB_LOG(lo
[all...]
H A DNativeThreadNetBSD.cpp79 LLDB_LOG(log, "tid = {0} in called with signal {1}", GetID(), signo);
177 LLDB_LOG(log, "sysctl() for LWP info size failed: {0}",
186 LLDB_LOG(log, "sysctl() for LWP info failed: {0}", llvm::sys::StrError());
197 LLDB_LOG(log, "unable to find lwp {0} in LWP infos", m_tid);
228 LLDB_LOG(log, "tid = {0} in state {1} cannot answer stop reason", GetID(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp67 LLDB_LOG(log, "status = {0}, notify = {1}", status, bNotifyStateChange);
72 LLDB_LOG(log, "exit status already set to {0}", *m_exit_status);
74 LLDB_LOG(log, "state is exited, but status not set");
126 LLDB_LOG(log, "failed to find a thread to grab a NativeRegisterContext!");
171 LLDB_LOG(log,
185 LLDB_LOG(log, "RemoveWatchpoint failed for pid={0}, tid={1}: {2}",
264 LLDB_LOG(log,
362 LLDB_LOG(log, "addr = {0:x}, size_hint = {1}", addr, size_hint);
379 LLDB_LOG(log, "addr = {0:x}", addr);
408 LLDB_LOG(lo
[all...]
H A DHostInfoBase.cpp123 LLDB_LOG(log, "shlib dir -> `{0}`", g_fields->m_lldb_so_dir);
133 LLDB_LOG(log, "support exe dir -> `{0}`", g_fields->m_lldb_support_exe_dir);
143 LLDB_LOG(log, "header dir -> `{0}`", g_fields->m_lldb_headers_dir);
153 LLDB_LOG(log, "system plugin dir -> `{0}`",
164 LLDB_LOG(log, "user plugin dir -> `{0}`", g_fields->m_lldb_user_plugin_dir);
174 LLDB_LOG(log, "process temp dir -> `{0}`",
186 LLDB_LOG(log, "global temp dir -> `{0}`", g_fields->m_lldb_global_tmp_dir);
H A DProcessLaunchInfo.cpp184 LLDB_LOG(log, "pid = {0}, exited = {1}, signal = {2}, status = {3}", pid,
195 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST),
212 LLDB_LOG(log, "Generating a pty to use for stdin/out/err");
H A DTaskPool.cpp75 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp249 LLDB_LOG(log,
271 LLDB_LOG(log,
351 LLDB_LOG(log, "pid = {0}, failed to retrieve process exit status",
360 LLDB_LOG(log, "pid = {0}, returning exit type {1}", process->GetID(),
582 LLDB_LOG(log, "preparing packet for pid {0} tid {1}",
606 LLDB_LOG(
1079 LLDB_LOG(log, "Ill formed packet buffersize = {0} type = {1}", buffersize,
1087 LLDB_LOG(log, "uid is {0} , error is {1}", uid, error.GetError());
1306 LLDB_LOG(log, "No debugged process found.");
1312 LLDB_LOG(lo
[all...]
H A DGDBRemoteCommunicationReplayServer.cpp141 LLDB_LOG(log,
144 LLDB_LOG(log, "GDBRemoteCommunicationReplayServer actual packet: '{0}'",
168 LLDB_LOG(
175 LLDB_LOG(log,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DReproducerInstrumentation.cpp55 LLDB_LOG(log, "Replaying {0}: {1}", id, GetSignature(id));
112 LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_API), "{0} ({1})",
H A DBroadcaster.cpp32 LLDB_LOG(log, "{0} Broadcaster::Broadcaster(\"{1}\")",
42 LLDB_LOG(log, "{0} Broadcaster::~Broadcaster(\"{1}\")",
265 LLDB_LOG(
296 LLDB_LOG(log,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp432 LLDB_LOG(m_log, LOG_PREFIX
451 LLDB_LOG(m_log, LOG_PREFIX "Failed to get RegisterInfo");
457 LLDB_LOG(m_log, LOG_PREFIX "ReadRegister() failed");
465 LLDB_LOG(m_log, LOG_PREFIX "GetAsMemoryData() failed");
525 LLDB_LOG(m_log, LOG_PREFIX "Complex numbers are not supported yet");
692 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr2 RegisterInfo");
699 LLDB_LOG(
710 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr3 RegisterInfo");
725 LLDB_LOG(m_log, LOG_PREFIX "Failed to read vector register contents");
730 LLDB_LOG(m_lo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp321 LLDB_LOG(log, "Unable to fetch the base address of object file. Skipping "
333 LLDB_LOG(log,
357 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line);
446 LLDB_LOG(log, "Could not parse `{0}` as unwind rhs.", rule->second);
464 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", rule->second);
476 LLDB_LOG(log, "Invalid register `{0}` in unwind rule.", lhs);
481 LLDB_LOG(log, "Could not parse `{0}` as an unwind rule.", unwind_rules);
571 LLDB_LOG(log, "Invalid unwind rule: {0}.", record->ProgramString);
596 LLDB_LOG(log, "Resolving symbols in `{0}` failed.",
618 LLDB_LOG(lo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp311 LLDB_LOG(log,
324 LLDB_LOG(log, "Setting rendezvous break address for pid {0} at {1:x}",
329 LLDB_LOG(log, "Rendezvous structure is not set up yet. "
334 LLDB_LOG(log, "Can't find interpreter, rendezvous breakpoint isn't set.");
357 LLDB_LOG(
369 LLDB_LOG(log,
513 LLDB_LOG(log, "Failed to get vdso region info: {0}", status);
534 LLDB_LOG(log, "Failed to get interpreter region info: {0}", status);
581 LLDB_LOG(log, "LoadAllCurrentModules loading module: {0}",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp85 LLDB_LOG(log, " AOEAS::CT[{0}] Before:\n{1}", current_id,
88 LLDB_LOG(log, " AOEAS::CT[{1}] After:{1}", current_id,
111 LLDB_LOG(log, " [CT] {0}", ClangUtil::DumpDecl(interface_decl));
118 LLDB_LOG(log, " [CT] {0}", ClangUtil::DumpDecl(interface_decl));
518 LLDB_LOG(log,
532 LLDB_LOG(log, " [AOTV::FD] {0}", ClangUtil::DumpDecl(interface_decl));
581 LLDB_LOG(log,
626 LLDB_LOG(log, "AOCTV::FT [{0}] Created {1} (isa 0x{2:x})", current_id,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp135 LLDB_LOG(log, "DirectCallEdge: Lazily parsing the call graph for {0}",
144 LLDB_LOG(log,
151 LLDB_LOG(log, "DirectCallEdge: Invalid symbol address");
156 LLDB_LOG(log, "DirectCallEdge: Could not find complete function");
188 LLDB_LOG(log, "IndirectCallEdge: Could not extract address from scalar");
194 LLDB_LOG(log, "IndirectCallEdge: Could not resolve callee's load address");
200 LLDB_LOG(log, "IndirectCallEdge: Could not find complete function");
276 LLDB_LOG(log, "GetCallEdges: Attempting to parse call site info for {0}",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp42 LLDB_LOG(log, "force = {0}, arch=({1}, {2})", force,
65 LLDB_LOG(log, "create = {0}", create);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp142 LLDB_LOG(log, "removing not matching relative path {0} since it "
168 LLDB_LOG(log, "unexpected symbol context file {0}", sc.line_entry.file);
194 LLDB_LOG(log, "removing symbol context at {0}:{1}", file, line);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp312 LLDB_LOG(log,
333 LLDB_LOG(log,
353 LLDB_LOG(log, "::posix_spawn_file_actions_init(&file_actions) failed: {0}",
399 LLDB_LOG(log,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp71 LLDB_LOG(log, "returning previous thread plan vote: {0}", prev_vote);
75 LLDB_LOG(log, "Returning vote: {0}", m_stop_vote);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp44 LLDB_LOG(log, "force = {0}, arch=({1}, {2})", force,
67 LLDB_LOG(log, "create = {0}", create);

Completed in 262 milliseconds

123