Lines Matching refs:lldb
9 namespace lldb {
69 SBTarget (const lldb::SBTarget& rhs);
85 EventIsTargetEvent (const lldb::SBEvent &event);
87 static lldb::SBTarget
88 GetTargetFromEvent (const lldb::SBEvent &event);
91 GetNumModulesFromEvent (const lldb::SBEvent &event);
93 static lldb::SBModule
94 GetModuleAtIndexFromEvent (const uint32_t idx, const lldb::SBEvent &event);
96 lldb::SBProcess
108 lldb::SBPlatform
124 lldb::SBError
196 lldb::SBProcess
206 lldb::SBError& error);
240 lldb::SBProcess
245 lldb::SBProcess
246 Launch (lldb::SBLaunchInfo &launch_info, lldb::SBError& error);
266 lldb::SBProcess
269 lldb::SBProcess
270 LoadCore(const char *core_file, lldb::SBError &error);
272 lldb::SBProcess
273 Attach(lldb::SBAttachInfo &attach_info, lldb::SBError& error);
292 lldb::SBProcess
294 lldb::pid_t pid,
295 lldb::SBError& error);
317 lldb::SBProcess
321 lldb::SBError& error);
343 lldb::SBProcess
349 lldb::SBFileSpec
360 AddModule (lldb::SBModule &module);
362 lldb::SBModule
367 lldb::SBModule
373 lldb::SBModule
379 lldb::SBModule
383 RemoveModule (lldb::SBModule module);
385 lldb::SBDebugger
388 lldb::SBModule
389 FindModule (const lldb::SBFileSpec &file_spec);
402 lldb::SBSymbolContextList
403 FindCompileUnits (const lldb::SBFileSpec &sb_file_spec);
405 lldb::ByteOrder
432 lldb::SBError
433 SetSectionLoadAddress (lldb::SBSection section,
434 lldb::addr_t section_base_addr);
436 lldb::SBError
437 ClearSectionLoadAddress (lldb::SBSection section);
439 lldb::SBError
440 SetModuleLoadAddress (lldb::SBModule module,
443 lldb::SBError
444 ClearModuleLoadAddress (lldb::SBModule module);
462 lldb::SBSymbolContextList
464 uint32_t name_type_mask = lldb::eFunctionNameTypeAny);
466 lldb::SBType
469 lldb::SBTypeList
472 lldb::SBType
473 GetBasicType(lldb::BasicType type);
475 lldb::SBSourceManager
490 lldb::SBValueList
503 lldb::SBValue
507 lldb::SBValueList
512 lldb::SBSymbolContextList
527 lldb::SBAddress
528 ResolveFileAddress (lldb::addr_t file_addr);
530 lldb::SBAddress
531 ResolveLoadAddress (lldb::addr_t vm_addr);
533 lldb::SBAddress
534 ResolvePastLoadAddress (uint32_t stop_id, lldb::addr_t vm_addr);
562 ReadMemory (const SBAddress addr, void *buf, size_t size, lldb::SBError &error);
564 lldb::SBBreakpoint
567 lldb::SBBreakpoint
568 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line);
570 lldb::SBBreakpoint
571 …BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line, lldb::addr_t offset);
573 lldb::SBBreakpoint
574 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line,
575 lldb::addr_t offset, SBFileSpecList &module_list);
577 lldb::SBBreakpoint
578 BreakpointCreateByLocation (const lldb::SBFileSpec &file_spec, uint32_t line,
579 uint32_t column, lldb::addr_t offset,
582 lldb::SBBreakpoint
585 lldb::SBBreakpoint
591 lldb::SBBreakpoint
594 lldb::LanguageType symbol_language,
627 lldb::SBBreakpoint
634 lldb::SBBreakpoint
638 lldb::LanguageType symbol_language,
642 lldb::SBBreakpoint
646 lldb::LanguageType symbol_language,
647 lldb::addr_t offset,
651 lldb::SBBreakpoint
654 lldb::SBBreakpoint
656 lldb::LanguageType symbol_language,
660 lldb::SBBreakpoint
661 …BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpec &source_file, cons…
663 lldb::SBBreakpoint
664 …tCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpecList &module_list, const lld…
666 lldb::SBBreakpoint
672 lldb::SBBreakpoint
673 BreakpointCreateForException (lldb::LanguageType language,
677 lldb::SBBreakpoint
680 lldb::SBEnvironment
683 lldb::SBBreakpoint
744 lldb::SBBreakpoint BreakpointCreateFromScript(
754 lldb::SBBreakpoint
760 lldb::SBBreakpoint
791 lldb::SBError
811 lldb::SBError BreakpointsCreateFromFile(SBFileSpec &source_file,
823 lldb::SBError
842 lldb::SBError
850 lldb::SBWatchpoint
854 DeleteWatchpoint (lldb::watch_id_t watch_id);
856 lldb::SBWatchpoint
857 FindWatchpointByID (lldb::watch_id_t watch_id);
868 lldb::SBWatchpoint
869 WatchAddress (lldb::addr_t addr,
876 lldb::SBBroadcaster
894 lldb::SBValue
895 CreateValueFromAddress (const char *name, lldb::SBAddress addr, lldb::SBType type);
897 lldb::SBValue
898 CreateValueFromData (const char *name, lldb::SBData data, lldb::SBType type);
900 lldb::SBValue
911 lldb::SBInstructionList
912 ReadInstructions (lldb::SBAddress base_addr, uint32_t count);
914 lldb::SBInstructionList
915 ReadInstructions (lldb::SBAddress base_addr, uint32_t count, const char *flavor_string);
925 lldb::SBInstructionList
926 GetInstructions (lldb::SBAddress base_addr, const void *buf, size_t size);
937 lldb::SBInstructionList
938 …GetInstructionsWithFlavor (lldb::SBAddress base_addr, const char *flavor_string, const void *buf, …
940 lldb::SBSymbolContextList
941 FindSymbols (const char *name, lldb::SymbolType type = eSymbolTypeAny);
944 GetDescription (lldb::SBStream &description, lldb::DescriptionLevel description_level);
946 lldb::addr_t
949 lldb::SBLaunchInfo
953 SetLaunchInfo (const lldb::SBLaunchInfo &launch_info);
959 lldb::SBStructuredData GetStatistics();
962 operator == (const lldb::SBTarget &rhs) const;
965 operator != (const lldb::SBTarget &rhs) const;
967 lldb::SBValue
970 lldb::SBValue
971 EvaluateExpression (const char *expr, const lldb::SBExpressionOptions &options);
973 STRING_EXTENSION_LEVEL(SBTarget, lldb::eDescriptionLevelBrief)