summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-081-10/+0
* [lldb] Remove FileSpec->CompileUnit inheritancePavel Labath2019-11-291-1/+2
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-221-29/+62
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-2/+2
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-2/+3
* [StackFrameList][DFS] Turn a few raw pointers into references, NFCVedant Kumar2019-09-301-0/+1
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-111-2/+7
* [Function] Factor out GetCallEdgeForReturnAddress, NFCVedant Kumar2019-09-101-0/+14
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-2/+1
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-14/+3
* [Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford2019-07-011-2/+6
* [DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere2019-05-281-1/+1
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-7/+7
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-5/+5
* [DWARF] Use a function-local offset for AT_call_return_pcVedant Kumar2018-10-221-2/+1
* Add support for artificial tail call framesVedant Kumar2018-10-051-0/+93
* Delete a dead Function constructor (NFC)Vedant Kumar2018-08-071-11/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+11
* Fix the lldb_private::Function::GetDescription to print out the name and mang...Greg Clayton2017-02-101-6/+9
* Fix GetDisplayName when only a demangled name is availableFrancis Ricci2016-10-061-2/+0
* Force the initialization of the m_type ivar inJason Molenda2016-09-081-0/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-594/+417
* The compiler may use "line number 0" to indicate compiler generated goo that ...Jim Ingham2016-02-031-2/+42
* Introudce a IsTopLevelFunction() API on Language and FunctionEnrico Granata2015-09-301-0/+12
* Handle DW_OP_GNU_addr_index in DWARF expressionsTamas Berghammer2015-08-251-2/+2
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-22/+19
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* First part of an attempt to indicate to the user when they are Jason Molenda2015-07-291-0/+15
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-9/+36
* Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata2015-07-061-0/+15
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-18/+18
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-7/+3
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+38
* Huge change to clean up types.Greg Clayton2013-07-111-60/+6
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-3/+22
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-4/+2
* <rdar://problem/13338643>Greg Clayton2013-03-041-7/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-5/+11
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-2/+2
* <rdar://problem/11271074>Greg Clayton2012-04-261-14/+42
* Make sure the end of the first line is still within the function, and if not,...Jim Ingham2012-04-251-1/+6
* <rdar://problem/10103468>Greg Clayton2012-02-241-7/+7
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-6/+7
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-2/+2
* When a function calculates its module, make sure it returns the "real" module...Jim Ingham2011-10-071-0/+10
OpenPOWER on IntegriCloud