Searched refs:lldb (Results 1 - 25 of 804) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatClasses.cpp10 #include "lldb/DataFormatters/FormatClasses.h"
20 using namespace lldb;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFrame.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBValueList.h"
16 namespace lldb { namespace
23 SBFrame (const lldb::SBFrame &rhs);
25 const lldb::SBFrame &
26 operator =(const lldb::SBFrame &rhs);
31 IsEqual (const lldb::SBFrame &that) const;
39 lldb::addr_t
43 SetPC (lldb::addr_t new_pc);
45 lldb
[all...]
H A DSBHostOS.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBFileSpec.h"
16 namespace lldb { namespace
22 static lldb::SBFileSpec
25 static lldb::SBFileSpec
31 static lldb::thread_t
35 lldb::SBError *err);
38 ThreadCancel (lldb::thread_t thread,
39 lldb::SBError *err);
42 ThreadDetach (lldb
[all...]
H A DSBQueueItem.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBAddress.h"
15 #include "lldb/API/SBThread.h"
17 namespace lldb { namespace
24 SBQueueItem (const lldb::QueueItemSP& queue_item_sp);
34 lldb::QueueItemKind
38 SetKind (lldb::QueueItemKind kind);
40 lldb::SBAddress
44 SetAddress (lldb::SBAddress addr);
47 SetQueueItem (const lldb
[all...]
H A DSBModule.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBError.h"
15 #include "lldb/API/SBSection.h"
16 #include "lldb/API/SBSymbolContext.h"
17 #include "lldb/API/SBValueList.h"
19 namespace lldb { namespace
34 SBModule (lldb::SBProcess &process,
35 lldb::addr_t header_addr);
55 lldb::SBFileSpec
67 /// '/tmp/lldb/platfor
[all...]
H A DSBData.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
45 lldb::ByteOrder
49 SetByteOrder (lldb::ByteOrder endian);
52 GetFloat (lldb::SBError& error, lldb::offset_t offset);
55 GetDouble (lldb::SBError& error, lldb::offset_t offset);
58 GetLongDouble (lldb::SBError& error, lldb
[all...]
H A DSBInstruction.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBData.h"
21 namespace lldb { namespace
42 lldb::AddressClass
46 GetMnemonic (lldb::SBTarget target);
49 GetOperands (lldb::SBTarget target);
52 GetComment (lldb::SBTarget target);
54 lldb::SBData
55 GetData (lldb::SBTarget target);
67 GetDescription (lldb
[all...]
H A DSBTypeNameSpecifier.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
28 SBTypeNameSpecifier (const lldb::SBTypeNameSpecifier &rhs);
45 GetDescription (lldb::SBStream &description,
46 lldb::DescriptionLevel description_level);
48 lldb::SBTypeNameSpecifier &
49 operator = (const lldb::SBTypeNameSpecifier &rhs);
52 IsEqualTo (lldb::SBTypeNameSpecifier &rhs);
55 operator == (lldb::SBTypeNameSpecifier &rhs);
58 operator != (lldb
[all...]
H A DSBSection.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBData.h"
16 namespace lldb { namespace
24 SBSection (const lldb::SBSection &rhs);
28 const lldb::SBSection &
29 operator = (const lldb::SBSection &rhs);
37 lldb::SBSection
40 lldb::SBSection
46 lldb::SBSection
49 lldb
[all...]
H A DSBAddress.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBModule.h"
16 namespace lldb { namespace
24 SBAddress (const lldb::SBAddress &rhs);
26 SBAddress (lldb::SBSection section, lldb::addr_t offset);
29 SBAddress (lldb::addr_t load_addr, lldb::SBTarget &target);
33 const lldb::SBAddress &
34 operator = (const lldb
[all...]
H A DSBBlock.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBFrame.h"
15 #include "lldb/API/SBTarget.h"
16 #include "lldb/API/SBValueList.h"
18 namespace lldb { namespace
26 SBBlock (const lldb::SBBlock &rhs);
30 const lldb::SBBlock &
31 operator = (const lldb::SBBlock &rhs);
42 lldb::SBFileSpec
51 lldb
[all...]
H A DSBListener.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
28 const lldb::SBListener &
29 operator = (const lldb::SBListener &rhs);
32 AddEvent (const lldb::SBEvent &event);
51 StartListeningForEvents (const lldb::SBBroadcaster& broadcaster,
55 StopListeningForEvents (const lldb::SBBroadcaster& broadcaster,
61 lldb::SBEvent &event);
65 const lldb::SBBroadcaster &broadcaster,
66 lldb
[all...]
H A DSBValue.h13 #include "lldb/API/SBData.h"
14 #include "lldb/API/SBDefines.h"
15 #include "lldb/API/SBType.h"
20 namespace lldb { namespace
29 SBValue (const lldb::SBValue &rhs);
31 lldb::SBValue &
32 operator =(const lldb::SBValue &rhs);
45 lldb::user_id_t
60 lldb::Format
64 SetFormat (lldb
[all...]
H A DSBBreakpoint.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
24 lldb::SBBreakpointLocation &location);
28 SBBreakpoint (const lldb::SBBreakpoint& rhs);
32 const lldb::SBBreakpoint &
33 operator = (const lldb::SBBreakpoint& rhs);
38 operator == (const lldb::SBBreakpoint& rhs);
41 operator != (const lldb::SBBreakpoint& rhs);
52 lldb::SBBreakpointLocation
53 FindLocationByAddress (lldb
[all...]
H A DSBSymbolContext.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBBlock.h"
15 #include "lldb/API/SBCompileUnit.h"
16 #include "lldb/API/SBFunction.h"
17 #include "lldb/API/SBLineEntry.h"
18 #include "lldb/API/SBModule.h"
19 #include "lldb/API/SBSymbol.h"
21 namespace lldb { namespace
28 SBSymbolContext (const lldb::SBSymbolContext& rhs);
35 const lldb
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DBaton.cpp10 #include "lldb/Core/Baton.h"
16 #include "lldb/Core/Stream.h"
18 using namespace lldb;
22 Baton::GetDescription (Stream *s, lldb::DescriptionLevel level) const
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h19 #include "lldb/Breakpoint/BreakpointSite.h"
20 #include "lldb/Host/Mutex.h"
25 /// @class BreakpointSiteList BreakpointSiteList.h "lldb/Breakpoint/BreakpointSiteList.h"
55 lldb::break_id_t
56 Add (const lldb::BreakpointSiteSP& bp_site_sp);
77 lldb::BreakpointSiteSP
78 FindByAddress (lldb::addr_t addr);
90 lldb::BreakpointSiteSP
91 FindByID (lldb::break_id_t breakID);
103 const lldb
[all...]
H A DBreakpointLocationCollection.h18 #include "lldb/lldb-private.h"
40 Add (const lldb::BreakpointLocationSP& bp_loc_sp);
56 Remove (lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
72 lldb::BreakpointLocationSP
73 FindByIDPair (lldb::break_id_t break_id, lldb::break_id_t break_loc_id);
89 const lldb::BreakpointLocationSP
90 FindByIDPair (lldb
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatCache.h19 #include "lldb/lldb-public.h"
20 #include "lldb/Core/ConstString.h"
21 #include "lldb/Host/Mutex.h"
22 #include "lldb/DataFormatters/FormatClasses.h"
35 lldb::TypeFormatImplSP m_format_sp;
36 lldb::TypeSummaryImplSP m_summary_sp;
37 lldb::SyntheticChildrenSP m_synthetic_sp;
40 Entry (lldb::TypeFormatImplSP);
41 Entry (lldb
[all...]
/freebsd-10.1-release/lib/clang/liblldb/
H A DMakefile5 LIB= lldb
7 CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX
9 SRCDIR= tools/lldb/source
10 SRCS= lldb.cpp \
11 lldb-log.cpp
18 .include "../lldb.lib.mk"
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDWARFExpression.h13 #include "lldb/lldb-private.h"
14 #include "lldb/Core/ClangForward.h"
15 #include "lldb/Core/Address.h"
16 #include "lldb/Core/DataExtractor.h"
17 #include "lldb/Core/Error.h"
18 #include "lldb/Core/Scalar.h"
28 /// @class DWARFExpression DWARFExpression.h "lldb/Expression/DWARFExpression.h"
61 DWARFExpression(lldb::ModuleSP module,
63 lldb
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DDynamicLoader.h14 #include "lldb/lldb-private.h"
15 #include "lldb/Core/Error.h"
16 #include "lldb/Core/PluginInterface.h"
21 /// @class DynamicLoader DynamicLoader.h "lldb/Target/DynamicLoader.h"
35 /// Process::BreakpointSetCallback (lldb::user_id_t, BreakpointHitCallback, void *).
154 virtual lldb::ThreadPlanSP
210 /// unwind lldb will examine the assembly instructions to understand
218 /// the normal lldb unwind behavior of only using eh_frame when the
241 virtual lldb
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DState.h17 #include "lldb/lldb-private.h"
33 StateAsCString (lldb::StateType state);
47 StateIsRunningState (lldb::StateType state);
71 StateIsStoppedState (lldb::StateType state, bool must_exist);
H A DLanguage.h13 #include "lldb/lldb-private.h"
18 /// @class Language Language.h "lldb/Core/Language.h"
19 /// @brief Encapsulates the programming language for an lldb object.
32 Language(lldb::LanguageType language = lldb::eLanguageTypeUnknown);
49 /// a value that doesn't match of of the lldb::LanguageType
53 AsCString (lldb::DescriptionLevel level = lldb::eDescriptionLevelBrief) const;
59 GetDescription (Stream *s, lldb
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h15 #include "lldb/lldb-types.h"
33 bool InferiorCallMmap(Process *proc, lldb::addr_t &allocated_addr,
34 lldb::addr_t addr, lldb::addr_t length, unsigned prot,
35 unsigned flags, lldb::addr_t fd, lldb::addr_t offset);
37 bool InferiorCallMunmap(Process *proc, lldb::addr_t addr, lldb::addr_t length);
39 bool InferiorCall(Process *proc, const Address *address, lldb
[all...]

Completed in 194 milliseconds

1234567891011>>