summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-1315-79/+298
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-131-1/+1
* Remove byte counting from SourceManager [NFC]Raphael Isemann2018-09-131-10/+10
* Do not create new terminals when launching process on Windows with --no-stdioDavid Bolvansky2018-09-121-0/+3
* Add compatibility version to liblldb in framework buildsAlex Langford2018-09-121-0/+1
* Fix two issues in PDBASTParserPavel Labath2018-09-121-17/+16
* Move SafeMachO from Utility to HostPavel Labath2018-09-1214-17/+9
* Remove another unused mislayered include.Benjamin Kramer2018-09-121-1/+0
* Remove unused include that's also a layering violation.Benjamin Kramer2018-09-121-1/+0
* Remove manual byte counting from internal Stream methods.Raphael Isemann2018-09-121-35/+41
* Reduce alignment on struct XSAVE, fixing a gcc warningPavel Labath2018-09-121-1/+1
* [MIPS] Fix signed overflow in DADDIU emulationVedant Kumar2018-09-111-1/+12
* Refactoring std::function formatter to move core functionality into CPPLangua...Shafik Yaghmour2018-09-112-197/+250
* [PDB] Fix problems after rL341782Aleksandr Urakov2018-09-111-1/+1
* Print the correct error when our DynamicCheckerFunctions fail to installRaphael Isemann2018-09-111-2/+2
* Undoing first commit which added a space to a commentShafik Yaghmour2018-09-101-1/+1
* First test commit into svn, adding space to commentShafik Yaghmour2018-09-101-1/+1
* Rollback "Fix raw address breakpoints not resolving".Davide Italiano2018-09-102-3/+9
* Fix raw address breakpoints not resolvingTed Woodward2018-09-102-9/+3
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-105-160/+657
* Speculative fix for NetBSD bot for r341758Pavel Labath2018-09-092-8/+8
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-096-140/+60
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-086-56/+142
* Check if a terminal supports colors on Windows properlyDavid Bolvansky2018-09-082-1/+3
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-0711-35/+35
* [Scalar] Commit the correct patch, forgot `git add`.Davide Italiano2018-09-071-8/+8
* [Scalar] Fix undefined behaviour when converting double to long.Davide Italiano2018-09-071-2/+7
* [ARC] Make char unsigned by defaultAlexander Polyakov2018-09-071-0/+1
* Enable the fp-armv8 disassembler feature when disassembling Cortex-MJason Molenda2018-09-072-3/+8
* Reland [ClangUserExpression][NFC] Removed unused codeRaphael Isemann2018-09-061-3/+1
* Revert "[ClangUserExpression][NFC] Removed unused code"Raphael Isemann2018-09-061-0/+4
* Re-instate a bit of code that was commented out in r188246 whichJason Molenda2018-09-061-8/+16
* Print column info in backtraces et al. if availableAdrian Prantl2018-09-052-1/+14
* Set Windows console mode to enable support for ansi escape codesDavid Bolvansky2018-09-051-0/+9
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-056-142/+56
* Terminate debugger if an assert was hitDavid Bolvansky2018-09-041-10/+10
* [NFC] Fixed enum constant in boolean context errorDavid Bolvansky2018-09-031-5/+6
* [NFC] Use llvm_unreachable instead of lldb::assert David Bolvansky2018-09-031-1/+1
* [ClangUserExpression][NFC] Removed unused codeDavid Bolvansky2018-09-031-4/+0
* [PseudoTerminal][NFC] Use llvm errno helpersDavid Bolvansky2018-09-031-11/+20
* [Symtab][NFC] Added llvm_unreachable to supress compiler warningDavid Bolvansky2018-09-031-0/+1
* File completion bugfixFrederic Riss2018-08-311-1/+5
* Increase qHostInfo packet timeoutPavel Labath2018-08-311-0/+3
* Silence some "control reaches end of non-void function" warnings with gccPavel Labath2018-08-312-0/+3
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-305-13/+12
* Move NoBuiltin=true closer to the other LangOpts code [NFC]Raphael Isemann2018-08-301-4/+4
* Adjusting some comments in ClangExpressionParser.cppRaphael Isemann2018-08-301-2/+1
* Added missing include to <cctype> for 'std::isalnum'Raphael Isemann2018-08-301-0/+1
* Fixed code style for the CodeCompletion members [NFC]Raphael Isemann2018-08-301-10/+10
* Move Predicate.h from Host to UtilityRaphael Isemann2018-08-306-6/+6
OpenPOWER on IntegriCloud