summaryrefslogtreecommitdiffstats
path: root/lldb/include
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-2/+3
* Move SafeMachO from Utility to HostPavel Labath2018-09-122-0/+1
* Remove manual byte counting from internal Stream methods.Raphael Isemann2018-09-121-1/+20
* Refactoring std::function formatter to move core functionality into CPPLangua...Shafik Yaghmour2018-09-111-0/+19
* Remove undefined behavior around the use of StateTypeShafik Yaghmour2018-09-111-1/+2
* Rollback "Fix raw address breakpoints not resolving".Davide Italiano2018-09-101-5/+14
* Fix raw address breakpoints not resolvingTed Woodward2018-09-101-14/+5
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-101-3/+10
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-091-4/+2
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-081-2/+4
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-0710-21/+22
* Print column info in backtraces et al. if availableAdrian Prantl2018-09-051-0/+1
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-051-4/+2
* Fix a comment to use the correct variable name.Frederic Riss2018-08-311-2/+2
* Fixed comment for UserExpression::Complete [NFC]Raphael Isemann2018-08-301-2/+2
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-302-4/+5
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-307-10/+9
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-302-0/+63
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-304-9/+19
* Provide a default implementation of TypeSystem::GetNumTemplateArgumentsFrederic Riss2018-08-304-11/+1
* Move the column marking functionality to the Highlighter frameworkRaphael Isemann2018-08-303-6/+19
* Refactor BreakpointResolver::SetSCMatchesByLine() to make it easier toAdrian Prantl2018-08-291-0/+4
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-293-2/+47
* Removed commented out includes [NFC]Raphael Isemann2018-08-291-4/+0
* Disable use-color if the output stream is not a terminal with color support.Raphael Isemann2018-08-271-2/+4
* Fix doc string variable name to quiet a compiler warning.Greg Clayton2018-08-151-1/+1
* Remove manual byte counting from Highlighter code.Raphael Isemann2018-08-141-12/+5
* Remove unused FastDemangle sourcesStefan Granitz2018-08-141-26/+0
* [PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov2018-08-141-0/+2
* Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUIDRaphael Isemann2018-08-111-14/+14
* Remove copy-pasted and unrelated comment [NFC]Raphael Isemann2018-08-101-2/+0
* RichManglingContext: Make m_ipd_str_len a local variable and simplify process...Stefan Granitz2018-08-101-4/+3
* Amend "Remove unused type Either from Utility library".Tatyana Krasnukha2018-08-101-72/+0
* Remove unused type Either from Utility library.Tatyana Krasnukha2018-08-091-108/+54
* Use rich mangling information in Symtab::InitNameIndexes()Stefan Granitz2018-08-084-10/+166
* [IRMemoryMap] Shrink Allocation and make it move-only (NFC)Vedant Kumar2018-08-081-14/+14
* Delete a dead Function constructor (NFC)Vedant Kumar2018-08-071-34/+0
* Add documentation for SBTarget::AppendImageSearchPathAlexander Polyakov2018-08-071-0/+1
* Add new API to SBTarget classAlexander Polyakov2018-08-071-0/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-078-42/+28
* [IRMemoryMap] Avoid redundant zero-init in the Allocation constructor (NFC)Vedant Kumar2018-08-061-1/+2
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-061-14/+16
* Add ConstString::IsNull() to tell between null vs. empty strings and fix usag...Stefan Granitz2018-08-061-0/+9
* Change ConstString::SetCStringWithMangledCounterpart to use StringRefPavel Labath2018-08-061-4/+3
* Fixed header of StringLexer.hRaphael Isemann2018-08-041-2/+1
* Fix a bug in VMRangeLeonard Mosescu2018-08-041-18/+0
* Add raw_ostream wrapper to the Stream classRaphael Isemann2018-08-031-0/+47
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-031-16/+14
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-021-14/+16
* Add byte counting mechanism to LLDB's Stream class.Raphael Isemann2018-08-026-34/+57
OpenPOWER on IntegriCloud