summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-1318-81/+393
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-134-1/+82
* Remove byte counting from SourceManager [NFC]Raphael Isemann2018-09-131-10/+10
* Commit my attempt to test the change to ProcessGDBRemoteJason Molenda2018-09-122-0/+52
* Do not create new terminals when launching process on Windows with --no-stdioDavid Bolvansky2018-09-121-0/+3
* If we fail to get an armv7em-- disassembler from llvm, skip theJason Molenda2018-09-121-1/+4
* 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-1216-17/+10
* 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-122-36/+61
* Add a basic test for 'memory region'Raphael Isemann2018-09-123-0/+73
* 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-113-197/+269
* Remove undefined behavior around the use of StateTypeShafik Yaghmour2018-09-113-3/+34
* [PDB] Fix problems after rL341782Aleksandr Urakov2018-09-114-6/+54
* Print the correct error when our DynamicCheckerFunctions fail to installRaphael Isemann2018-09-111-2/+2
* [NFC] Fix compiler warning in TestArmv7Disassembly.cppRaphael Isemann2018-09-111-1/+1
* 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-104-45/+23
* Fix raw address breakpoints not resolvingTed Woodward2018-09-104-23/+45
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-1012-184/+863
* Speculative fix for NetBSD bot for r341758Pavel Labath2018-09-092-8/+8
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-097-144/+62
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-087-58/+146
* Check if a terminal supports colors on Windows properlyDavid Bolvansky2018-09-082-1/+3
* [XCodeproj] Remove extra whitespace in SBAPI path.Davide Italiano2018-09-071-1/+1
* [Disassembler] Run ARM-specific tests only if the ARM backend is built.Davide Italiano2018-09-071-11/+13
* Add the Disassembler unit test dir.Jason Molenda2018-09-071-0/+1
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-0721-56/+57
* [Scalar] Commit the correct patch, forgot `git add`.Davide Italiano2018-09-071-8/+8
* Add input files to the "prepare swig bindings" step.Jim Ingham2018-09-071-1/+69
* [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-075-3/+122
* 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-062-10/+18
* Print column info in backtraces et al. if availableAdrian Prantl2018-09-055-3/+18
* Set Windows console mode to enable support for ansi escape codesDavid Bolvansky2018-09-051-0/+9
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-057-146/+58
* Hold GIL while allocating memory for PythonString.Tatyana Krasnukha2018-09-051-0/+82
* [www] Updated outdated download links [NFC]Raphael Isemann2018-09-051-8/+11
* Change TestCompletion to only ever look inside of BaseDirFrederic Riss2018-09-041-7/+3
* 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
OpenPOWER on IntegriCloud