summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath2017-07-054-36/+31
* Fix "process load" on new android targetsPavel Labath2017-07-054-9/+13
* Update lldb architecture docsPavel Labath2017-07-042-352/+75
* Fix some warnings in ProcessorTraceTest.cppPavel Labath2017-07-041-17/+15
* Fixing warnings for unused variables and copy ellisionRavitheja Addepally2017-07-031-20/+15
* Fix typo/unbreak windows build broken by r307009Pavel Labath2017-07-031-1/+1
* Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath2017-07-037-109/+60
* Remove dead Core/StreamFile includesPavel Labath2017-06-305-24/+12
* Fix a cmake typo to unbreak windows unit testsPavel Labath2017-06-301-1/+1
* [Data formatters] Make NSSetM support both old- and new-style representationSean Callanan2017-06-301-28/+76
* Fix some type-based warningsTim Hammerquist2017-06-293-6/+6
* Update default cpu subtype for armv7 processes to armv7k, the mostJason Molenda2017-06-291-1/+1
* Timer.{h,cpp} moved, find them again in the project file.Jim Ingham2017-06-291-6/+6
* Speculative fix for windows build broken by r306668Pavel Labath2017-06-291-6/+2
* Fix Mac build for the Timer movePavel Labath2017-06-292-2/+2
* Android.rules: build x86 tests with -mstackrealignPavel Labath2017-06-292-12/+6
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-2947-69/+52
* Make scripts/analyze-project-deps.py executablePavel Labath2017-06-291-1/+3
* [unittests] Add a helper function for getting an input filePavel Labath2017-06-2922-100/+89
* [UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" patternPavel Labath2017-06-293-0/+112
* Fix two places in RegisterContextLLDB::InitializeNonZerothFrame whereJason Molenda2017-06-291-13/+14
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-2933-78/+88
* Added a project for the unified IR interpreter.Sean Callanan2017-06-281-0/+12
* [DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sectionsPavel Labath2017-06-285-39/+39
* Linux unit tests should only run onRavitheja Addepally2017-06-281-1/+3
* Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally2017-06-2812-13/+1061
* Upstream the 'eInstrumentationRuntimeTypeSwiftRuntimeReporting' value of the ...Kuba Mracek2017-06-271-0/+1
* [build system] If there's an OVERRIDE, don't guess the current SCM.Sean Callanan2017-06-272-0/+14
* Fix up the Xcode project:Jim Ingham2017-06-271-49/+41
* Fix windows build for the Connection movePavel Labath2017-06-271-1/+1
* Add debug_frame section supportPavel Labath2017-06-2710-105/+544
* Move StructuredData from Core to UtilityPavel Labath2017-06-2758-155/+157
* Move Connection and IOObject interfaces to Utility modulePavel Labath2017-06-2719-56/+48
* Shorten sanitizer plugin namesPavel Labath2017-06-2611-18/+18
* Fix LLDB build.Zachary Turner2017-06-232-2/+2
* Updated the NSArray and NSDictionary formatters to support new storage formats.Sean Callanan2017-06-233-21/+493
* Fix typo: using && instead of & when evaluating a maskMehdi Amini2017-06-231-1/+1
* Simplify the gdb-remote unit testsPavel Labath2017-06-225-236/+126
* Fix a python object leak in SWIG glue.Zachary Turner2017-06-211-1/+2
* Correct syntax mistake hidden in assert(3)Kamil Rytarowski2017-06-201-1/+1
* [linux] Change the way we load vdso pseudo-modulePavel Labath2017-06-204-104/+48
* Remove home-grown thread-local storage wrappersPavel Labath2017-06-204-71/+14
* ProcessLauncherPosixFork: Fetch errno earlyPavel Labath2017-06-201-4/+4
* Updated NSNumber formatter for new internal representation.Sean Callanan2017-06-193-17/+119
* Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath2017-06-1913-224/+160
* Tweak SysV_arm64 function entry unwind planPavel Labath2017-06-191-4/+2
* Delete ProcessLauncherPosixPavel Labath2017-06-197-433/+302
* Fix a -Wmisleading-indentation warningSylvestre Ledru2017-06-191-24/+22
* Fix the CMake files for the new InstrumentationRuntime plugins.Kuba Mracek2017-06-162-2/+22
* Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek2017-06-1617-16/+941
OpenPOWER on IntegriCloud