summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/Function.cpp
AgeCommit message (Expand)Author
2019-09-10[Function] Factor out GetCallEdgeForReturnAddress, NFCVedant Kumar
2019-08-06SymbolVendor: Remove passthrough methodsPavel Labath
2019-08-02SymbolVendor: Introduce Module::GetSymbolFilePavel Labath
2019-07-01[Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford
2019-05-28[DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2018-10-22[DWARF] Use a function-local offset for AT_call_return_pcVedant Kumar
2018-10-05Add support for artificial tail call framesVedant Kumar
2018-08-07Delete a dead Function constructor (NFC)Vedant Kumar
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-02-10Fix the lldb_private::Function::GetDescription to print out the name and mang...Greg Clayton
2016-10-06Fix GetDisplayName when only a demangled name is availableFrancis Ricci
2016-09-08Force the initialization of the m_type ivar inJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-03The compiler may use "line number 0" to indicate compiler generated goo that ...Jim Ingham
2015-09-30Introudce a IsTopLevelFunction() API on Language and FunctionEnrico Granata
2015-08-25Handle DW_OP_GNU_addr_index in DWARF expressionsTamas Berghammer
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-29First part of an attempt to indicate to the user when they are Jason Molenda
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-07-06Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata
2014-04-20Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-03-04<rdar://problem/13338643>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham
2012-07-18Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton
2012-04-26<rdar://problem/11271074>Greg Clayton
2012-04-25Make sure the end of the first line is still within the function, and if not,...Jim Ingham
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-01-05Added code in the Host layer that can report system log messagesGreg Clayton
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-10-07When a function calculates its module, make sure it returns the "real" module...Jim Ingham
2011-10-05Stop spurious "DW_AT_specification(0x%8.8x) has no decl" warnings that were d...Greg Clayton
2011-09-30<rdar://problem/10212450>Greg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-08-16Fixed the logging output that appears when doing a:Greg Clayton
2011-08-12We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton
2011-08-05This is an overhaul of the expression parser codeSean Callanan
2011-07-30This change brings in the latest LLVM/Clang, andSean Callanan