summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Ignore global constructor warning in clang.Greg Clayton2016-03-241-0/+4
* Make it possible for language plugins to provide additional custom help for '...Enrico Granata2016-03-243-2/+37
* Update the INFOPLIST_FILE setting in the xcode project fileJason Molenda2016-03-242-5/+5
* Make File option flags consistent for Python APIStephane Sezer2016-03-243-3/+46
* Get rid of a global constructor and also make this code safe to use after the...Greg Clayton2016-03-241-14/+30
* Get rid of two global constructors by making things static variables in the o...Greg Clayton2016-03-242-9/+8
* Get rid of a global constructor that was causing a warning on MacOSX and make...Greg Clayton2016-03-242-4/+14
* Make 'type lookup' print an error message instead of complete radio silence w...Enrico Granata2016-03-242-0/+4
* Fix for missing prompt on WindowsTed Woodward2016-03-241-0/+23
* [JITLoaderGDB] Read jit entry struct manually.Siva Chandra2016-03-232-51/+63
* Implement ObjectFilePECOFF::GetEntryPointAddress.Stephane Sezer2016-03-232-3/+24
* Follow-up for r264162 to fix the CMake build (update LLDBDependencies.cmake).Kuba Brecka2016-03-231-0/+1
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-2317-1/+954
* Change 'apropos' such that it doesn't look into the "long help/syntax" string...Enrico Granata2016-03-237-79/+82
* Reverted a change in r264074 that made lldb-mi use lldb_private APIs.Sean Callanan2016-03-221-1/+2
* Make it so that a command alias can actually remove the help/long help from i...Enrico Granata2016-03-226-48/+67
* [lldb-mi] Uncomment a line in CMakeLists.txt to make linux build happy.Siva Chandra2016-03-221-1/+1
* Fix a bug caused by my alias refactoring where, if an alias was defined in te...Enrico Granata2016-03-226-2/+116
* Backend support for top-level Clang epxressionsSean Callanan2016-03-229-212/+375
* Changes to the Xcode project file to make LLDB build again after llvm/Support...Enrico Granata2016-03-221-6/+4
* Unicode support on Win32.Zachary Turner2016-03-2229-226/+530
* [LLDB]{MIPS] Fix TestPlatformProcessConnect.pyMohit K. Bhakkad2016-03-224-18/+19
* [JITLoaderGDB] Pack the jit entry struct according to the target arch.Siva Chandra2016-03-222-8/+25
* Collect IRExecutionUnits as part of persistent expression state.Sean Callanan2016-03-216-82/+436
* Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham2016-03-2114-14/+52
* Attempt to fix MSVC build (no __attribute__ there)Pavel Labath2016-03-201-0/+1
* Use Enrico's new CommandAlias to give better help to the "sif" command.Jim Ingham2016-03-191-1/+7
* Handle any persistent Decl in the Clang expression parser, not just types.Sean Callanan2016-03-195-56/+83
* Fix the project file for the removal of lldb-mi's Platform.cpp.Jim Ingham2016-03-191-4/+0
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-1945-768/+1035
* Delete the custom implementation of signal() on Windows.Zachary Turner2016-03-186-113/+5
* Fix a build issue where the python module could become stale.Zachary Turner2016-03-181-4/+17
* Added a break statement that was needed. Caught by clang's unannotated case f...Greg Clayton2016-03-181-1/+2
* Fixed an case fall through that wasn't meant to happen. Caught by clang's una...Greg Clayton2016-03-181-7/+8
* Fixed a bug where DW_AT_start_scope would fall through to DW_AT_artificial in...Greg Clayton2016-03-181-32/+33
* Fix deadlock due to thread list locking in 'bt all' with obj-cStephane Sezer2016-03-171-38/+72
* Fix null pointer "dereference" in DomainSocketPavel Labath2016-03-161-1/+1
* Switch from unittest2.expectedFailure to our own decorator on TestSTLPavel Labath2016-03-161-2/+1
* Mark an LLGS test as flakyPavel Labath2016-03-161-0/+1
* [test] Persist packets between expect_gdbremote_sequence invocationsPavel Labath2016-03-163-30/+41
* Fix thread/process ID reading from linux core filesPavel Labath2016-03-168-2/+96
* Move OperatingSystem plugins to SystemInitializerFullPavel Labath2016-03-162-11/+12
* On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...Enrico Granata2016-03-153-7/+21
* Make it so that the data formatter for NSError can see through a variable of ...Enrico Granata2016-03-154-31/+42
* Only try to load the OS plug-in after a shared library load if we don't alrea...Greg Clayton2016-03-151-1/+4
* Fix ClangASTContext::GetFunctionArgumentAtIndex() to not water down the type ...Greg Clayton2016-03-151-1/+1
* Don't crash if the TypeSP is empty.Greg Clayton2016-03-151-1/+4
* Improve the 'type lookup' command such that it guesses to use the current's f...Enrico Granata2016-03-153-2/+52
* Remove unnecessary <limits> includes.Jim Ingham2016-03-157-9/+4
* Add regression test for expressions calling functions taking anonymous struct...Ewan Crawford2016-03-153-0/+78
OpenPOWER on IntegriCloud