summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix headers for files added in r353047Pavel Labath2019-02-073-12/+9
* Fix signed/unsigned mismatches in ProcessInfoTest.cppPavel Labath2019-02-071-1/+1
* Fix incorrect log messages in NativeProcessLinux (pr40588)Pavel Labath2019-02-071-4/+4
* Breakpad: temporarily XFAIL line-table testsPavel Labath2019-02-074-0/+8
* use_lldb_suite.py: Fix potential infinite loopPavel Labath2019-02-071-3/+4
* Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)Pavel Labath2019-02-073-8/+4
* SymbolFileBreakpad: Add line table supportPavel Labath2019-02-0713-55/+504
* Fix documentation formatting for ShellExpandArgumentsRaphael Isemann2019-02-072-6/+6
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-075-1/+49
* [Driver] Don't try to replay reproducer in the driver.Jonas Devlieghere2019-02-071-9/+0
* Fix my mistake adding SBReproducer the Xcode projectJonas Devlieghere2019-02-071-4/+8
* [testsuite] Convert a pexpect test to lit.Davide Italiano2019-02-064-64/+25
* Add SBReproducer to Xcode projectJonas Devlieghere2019-02-061-0/+6
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-068-10/+830
* [x64] Process the B field of the REX prefix correctly for the PUSH and POPAleksandr Urakov2019-02-062-4/+58
* Fix strlen() of unbound array undefined behaviorJan Kratochvil2019-02-062-5/+3
* [Reproducers] lldb-instr: tool to generate instrumentation macros.Jonas Devlieghere2019-02-067-1/+337
* Add a warning to GDBRemoteRegisterContext (if packet logging enabled)Jason Molenda2019-02-061-0/+8
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-062-22/+22
* [Reproducers] Add instrumentation to Xcode projectJonas Devlieghere2019-02-061-0/+8
* Sort Xcode projectJonas Devlieghere2019-02-061-4/+4
* Little more cleanup on https://reviews.llvm.org/D57552Jim Ingham2019-02-061-25/+24
* Add the source directory for https://reviews.llvm.org/D57552.Jim Ingham2019-02-061-0/+7
* Fix PathMappingList::FindFile to handle relative incoming FileSpecs.Jim Ingham2019-02-053-247/+283
* Remove accidentally commited file in xcshareddataJonas Devlieghere2019-02-051-8/+0
* [Py3/TestAppleOSSimulator] Another byte<->str interoperability issue.Davide Italiano2019-02-051-1/+1
* [unittests] Fix warningJonas Devlieghere2019-02-051-1/+1
* [Reproducers] Instrumentation Framework: SerializationJonas Devlieghere2019-02-055-0/+556
* [Obj-C] Fix undefined behaviour(s) in the new NSTaggedDate formatter.Davide Italiano2019-02-051-28/+24
* Update Xcode project after r353047Stefan Granitz2019-02-051-15/+12
* [Expressions] Fix -Wreorder warning from r353149Krasimir Georgiev2019-02-051-4/+3
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-0526-44/+596
* [Python2 to Python 3] Fix print -> print().Davide Italiano2019-02-051-6/+6
* Update stale comment in lang/c/struct_types/main.cJonas Devlieghere2019-02-041-2/+2
* Fixes for the ProcessLaunchInfo movePavel Labath2019-02-042-2/+2
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-0429-30/+102
* Fix the xcode build for r352845, attempt #2Stefan Granitz2019-02-011-0/+16
* Revert "Fix the xcode build for r352845."Stefan Granitz2019-02-011-2663/+2651
* [lldb] Relax libc++ ABI version checkingThomas Anderson2019-02-011-95/+88
* Fix the xcode build for r352845.Jim Ingham2019-02-011-2651/+2663
* [PDB] Fix build after r352845Aleksandr Urakov2019-02-011-1/+1
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-0122-929/+1514
* [unittest] Fix scalar unit test.Jonas Devlieghere2019-01-311-4/+4
* Fix use of non-existing variable in crashlog.pyShafik Yaghmour2019-01-311-1/+1
* [LLDB] FreeBSD suppress compilation warningDavid Carlier2019-01-311-1/+1
* Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek2019-01-312-18/+24
* [CMake] Migrate lldb to the new VCS scriptPetr Hosek2019-01-312-24/+18
* [testsuite] Fix TestAppleSimulator so that it works with Python 3.Davide Italiano2019-01-312-3/+3
* [Python] Fix gdb-remote and lldb-server utilities to work with Py3.Davide Italiano2019-01-312-5/+5
* [Python] Python 2 and Python 3 disagree on `/`.Davide Italiano2019-01-311-1/+1
OpenPOWER on IntegriCloud