search for: lldb_private

Displaying 12 results from an estimated 12 matches for "lldb_private".

2015 Dec 21
3
lldb -c corefile get segmentation fault on centos7
...ead 0x7f81c4795700 (LWP 64) 0x00007f81c9ed46d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 2 Thread 0x7f81ce580740 (LWP 59) 0x00007f81c9ed46d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 * 1 Thread 0x7f81c3f94700 (LWP 65) 0x00007f81cbe00630 in lldb_private::ArchSpec::GetMachine() const () from /opt/dependency/tools/bin/../lib64/liblldb.so.3.7 *(gdb) bt* #0 0x00007f81cbe00630 in lldb_private::ArchSpec::GetMachine() const () from /opt/dependency/tools/bin/../lib64/liblldb.so.3.7 #1 0x00007f81cc20458f in RegisterContextPOSIX_x86::RegisterContext...
2016 Mar 26
2
DW_TAG_member extends beyond the bounds error on Linux
...:eAccessPublic, is_a_class=@0x7ffdf3888cab: false, layout_info=...) at /home/engshare/third-party2/lldb/3.8.0.rc3/src/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:2937 2937 parent_die.GetID()); (gdb) bt #0 0x00007f103d02533d in DWARFASTParserClang::ParseChildMembers(lldb_private::SymbolContext const&, DWARFDIE const&, lldb_private::CompilerType&, lldb::LanguageType, std::vector<clang::CXXBaseSpecifier*, std::allocator<clang::CXXBaseSpecifier*> >&, std::vector<int, std::allocator<int> >&, DWARFDIECollection&, std::vector<DW...
2016 Mar 27
0
DW_TAG_member extends beyond the bounds error on Linux
...88cab: false, layout_info=...) > at > /home/engshare/third-party2/lldb/3.8.0.rc3/src/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:2937 > 2937 > parent_die.GetID()); > (gdb) bt > #0 0x00007f103d02533d in > DWARFASTParserClang::ParseChildMembers(lldb_private::SymbolContext const&, > DWARFDIE const&, lldb_private::CompilerType&, lldb::LanguageType, > std::vector<clang::CXXBaseSpecifier*, > std::allocator<clang::CXXBaseSpecifier*> >&, std::vector<int, > std::allocator<int> >&, DWARFDIECollection&amp...
2016 Mar 27
1
DW_TAG_member extends beyond the bounds error on Linux
....) >> at >> /home/engshare/third-party2/lldb/3.8.0.rc3/src/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:2937 >> 2937 >> parent_die.GetID()); >> (gdb) bt >> #0 0x00007f103d02533d in >> DWARFASTParserClang::ParseChildMembers(lldb_private::SymbolContext const&, >> DWARFDIE const&, lldb_private::CompilerType&, lldb::LanguageType, >> std::vector<clang::CXXBaseSpecifier*, >> std::allocator<clang::CXXBaseSpecifier*> >&, std::vector<int, >> std::allocator<int> >&, DWARFD...
2016 Mar 27
0
DW_TAG_member extends beyond the bounds error on Linux
...;> /home/engshare/third-party2/lldb/3.8.0.rc3/src/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:2937 >>> 2937 >>> parent_die.GetID()); >>> (gdb) bt >>> #0 0x00007f103d02533d in >>> DWARFASTParserClang::ParseChildMembers(lldb_private::SymbolContext const&, >>> DWARFDIE const&, lldb_private::CompilerType&, lldb::LanguageType, >>> std::vector<clang::CXXBaseSpecifier*, >>> std::allocator<clang::CXXBaseSpecifier*> >&, std::vector<int, >>> std::allocator<int> &...
2013 Feb 08
2
[LLVMdev] assert when mixing static and non-static members with an external AST source
...RD=0xbed9c0) at /home/athirumurthi/git/lldb/tools/clang/lib/AST/RecordLayoutBuilder.cpp:1649 #8 0x00007ffff49ed151 in clang::ASTContext::getASTRecordLayout (this=0xbc8820, D=0xbed9c0) at /home/athirumurthi/git/lldb/tools/clang/lib/AST/RecordLayoutBuilder.cpp:2430 #9 0x00007ffff433d48f in lldb_private::ClangASTSource::layoutRecordType (this=0xcb6f00, record=0xd6a140, size=@0x7fffffff6388: 4, alignment=@0x7fffffff6390: 29, field_offsets=..., base_offsets=..., virtual_base_offsets=...) at /home/athirumurthi/git/lldb/tools/lldb/source/Expression/ClangASTSource.cpp:1456 #10 0x00007ffff436b0ff in...
2013 Feb 15
0
[LLVMdev] assert when mixing static and non-static members with an external AST source
...RD=0xbed9c0) at /home/athirumurthi/git/lldb/tools/clang/lib/AST/RecordLayoutBuilder.cpp:1649 #8 0x00007ffff49ed151 in clang::ASTContext::getASTRecordLayout (this=0xbc8820, D=0xbed9c0) at /home/athirumurthi/git/lldb/tools/clang/lib/AST/RecordLayoutBuilder.cpp:2430 #9 0x00007ffff433d48f in lldb_private::ClangASTSource::layoutRecordType (this=0xcb6f00, record=0xd6a140, size=@0x7fffffff6388: 4, alignment=@0x7fffffff6390: 29, field_offsets=..., base_offsets=..., virtual_base_offsets=...) at /home/athirumurthi/git/lldb/tools/lldb/source/Expression/ClangASTSource.cpp:1456 #10 0x00007ffff436b0ff in...
2012 Feb 27
0
[LLVMdev] Trying to build lldb on linux
...------------------------ $ ./configure --disable-assertions \ --enable-debug-runtime \ --enable-jit \ --enable-libffi \ --enable-shared $ make REQUIRES_RTTI=1 VERBOSE=1 --------------------------------- Output error --------------------------------- Broadcaster.cpp: In constructor 'lldb_private::Broadcaster::Broadcaster(const char*)': Broadcaster.cpp:33:97: warning: format '%p' expects argument of type 'void*', but argument 3 has type 'lldb_private::Broadcaster*' [-Wformat] Broadcaster.cpp: In destructor 'virtual lldb_private::Broadcaster::~Broadcaster()...
2013 Nov 26
1
[LLVMdev] 3.4 build failure from lldb
...ssionParser.cpp:122:49: error: expected ‘;’ before ‘ASTDumpXMLAction’ /home/sam/src/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp:122:66: error: ‘ASTDumpXMLAction’ was not declared in this scope /home/sam/src/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp: In constructor ‘lldb_private::ClangExpressionParser::ClangExpressionParser(lldb_private::ExecutionContextScope*, lldb_private::ClangExpression&)::InitializeLLVM::InitializeLLVM()’: /home/sam/src/llvm/tools/lldb/source/Expression/ClangExpressionParser.cpp:199:13: error: ‘DisablePrettyStackTrace’ is not a member of ‘llvm’ [...
2018 Jun 14
2
[lldb-dev] Adding DWARF5 accelerator table support to llvm
oh, awesome. Were you using type units? (I imagine that'd make the situation worse - since the way clang emits DWARF for a type with a member function template implicit specialization is to emit the type unit without any mention of this, and to emit the implicit specialization declaration into the stub type in the CU (that references the type unit)) Without type units I'd be pretty
2018 Jun 15
2
[lldb-dev] Adding DWARF5 accelerator table support to llvm
To elaborate a bit more on the issue that is detailed in https://reviews.llvm.org/rL260308: There are many clang AST contexts that are used in LLDB: - one for each lldb_private::Module that contains type definitions as we know them in the module and its symbol vendor - one for each expression - one for results of expressions in the lldb_private::Target As we run expressions we end up copying classes around between the Module ASTs and the expression and Target ASTs. If a...
2016 Jan 17
3
Building SVN head with CMake - shared libraries?
Hi, On Sun, Jan 17, 2016 at 1:04 PM, Dan Liew <dan at su-root.co.uk> wrote: > On 16 January 2016 at 20:21, Ismail Donmez <ismail at i10z.com> wrote: >> On Sat, Jan 16, 2016 at 9:33 PM, Dan Liew <dan at su-root.co.uk> wrote: >>>> I am trying to enable this on openSUSE but it seems to break >>>> standalone lldb (note that we don't ship static