summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Block.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-051-6/+6
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-4/+3
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-2/+1
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-2/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-15/+17
* Use const auto *Fangrui Song2019-06-291-2/+2
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-061-0/+15
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+3
* Add support for artificial tail call framesVedant Kumar2018-10-051-12/+9
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-552/+410
* Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer2016-02-251-8/+29
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-18/+15
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-2/+0
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-20/+20
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-3/+3
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-8/+5
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Add a convenience function to get the range containing a given PC specified a...Jim Ingham2012-08-311-0/+10
* <rdar://problem/11870357>Greg Clayton2012-07-141-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-7/+7
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-4/+4
* Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton2011-10-081-45/+77
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-89/+0
* Fixed an issue where a lexical block or inlined function might have bad debugGreg Clayton2011-09-291-5/+52
* Free up some space in lldb_private::Block by not requiring a sibling pointer.Greg Clayton2011-09-291-23/+49
* Added more functionality to the public API to allow for betterGreg Clayton2011-09-261-1/+5
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-26/+46
* This is an overhaul of the expression parser codeSean Callanan2011-08-051-0/+24
* Fixed variable parsing to not parse block variables over and over due to anGreg Clayton2011-06-171-23/+43
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-9/+41
* Fixed a crasher that could happen when trying to look at N_GSYM entriesGreg Clayton2011-02-081-1/+1
* Fixed a crasher (an assert was firing in the DWARF parser) when settingGreg Clayton2010-11-141-0/+18
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+11
* Fixed a missing newline when dumping mixed disassembly.Greg Clayton2010-09-151-2/+8
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-3/+3
* Fixed the implementation of "bool Block::Contains (const Block *block) const"Greg Clayton2010-09-141-4/+4
* Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton2010-09-101-2/+3
* Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2010-09-071-33/+66
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-4/+22
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-38/+33
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-3/+59
* Modified the host process monitor callback function Host::StartMonitoringChil...Greg Clayton2010-08-211-383/+82
* Some Block:: methods wandered to the end of the file after the BlockList:: me...Jim Ingham2010-08-181-70/+70
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-24/+54
OpenPOWER on IntegriCloud