summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* lldb fix ARM64 register accessTodd Fiala2014-09-121-0/+93
* Fix lldb-mi driver for running on OSX.Deepak Panickal2014-09-121-10/+4
* Fix OSX CMake buildDeepak Panickal2014-09-121-1/+0
* Fix the ctor ivar initialization formatting for Debugger,Jason Molenda2014-09-124-37/+37
* Recent builds of libcxx actually wrap an std::map's children values in a unio...Enrico Granata2014-09-121-1/+29
* Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use theJason Molenda2014-09-121-50/+26
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-119-55/+271
* Add a ProcessStructReader utility class to LLDBEnrico Granata2014-09-112-0/+100
* When deciding if one-liner printing applies, and you find a summary, the summ...Enrico Granata2014-09-111-3/+2
* Add missing constructor definition.Zachary Turner2014-09-111-0/+5
* Update HostProcess to use the same facade pattern as HostThread.Zachary Turner2014-09-1110-101/+197
* Fix Windows build.Zachary Turner2014-09-112-0/+3
* gdb-remote tests: added test to verify thread stop info when multi-threaded a...Todd Fiala2014-09-111-9/+46
* DWARF64 FixesTodd Fiala2014-09-1110-65/+145
* Rework how resetting breakpoints in changed modules works. Try to match up oldJim Ingham2014-09-109-50/+396
* llgs: implement qThreadStopInfo.Todd Fiala2014-09-103-2/+114
* Move FreeBSD's thread SetName implementation to ThisThreadEd Maste2014-09-103-8/+1
* Fix FreeBSD build after thread changesEd Maste2014-09-104-7/+8
* Include the correct headers for kinfo_proc on FreeBSD.Zachary Turner2014-09-091-0/+2
* Try to fix the FreeBSD build.Zachary Turner2014-09-092-4/+5
* Create a HostThread abstraction.Zachary Turner2014-09-0964-821/+1619
* Add a comment explaining why we're casting the localEric Christopher2014-09-091-0/+1
* Quiet unused variable warning that only occursEric Christopher2014-09-091-0/+1
* Remove the -Wno-unused-function option. We are cleanEric Christopher2014-09-091-3/+0
* Fix comment and remove duplicated -Wno-sign-compare option.Eric Christopher2014-09-091-3/+2
* Remove unused class variable and its initialization.Eric Christopher2014-09-092-2/+0
* Remove a pair of default values from fully covered switches.Eric Christopher2014-09-091-2/+0
* Add a newline to the end of the file.Eric Christopher2014-09-091-1/+1
* Compare against the right size integer.Eric Christopher2014-09-091-1/+1
* Remove two default cases out of fully covered switches.Eric Christopher2014-09-091-25/+0
* Remove two unused class variables.Eric Christopher2014-09-092-5/+1
* Remove unused class variable and update all callers/users.Eric Christopher2014-09-093-5/+2
* Fix -Werror,-Wcovered-switch-default warning in DWARFExpressionEric Christopher2014-09-091-5/+0
* Add back a return that got lost in rebaseKeno Fischer2014-09-091-0/+1
* Fix configure & make build with python disabledKeno Fischer2014-09-098-8/+22
* DataFormatters: add missing destructor implementationSaleem Abdulrasool2014-09-081-0/+4
* Fix test failure for test/functionalities/connect_remote/TestConnectRemote.py...Kuba Brecka2014-09-082-5/+10
* Modify call-function and rdar-12437442 tests to clean up all files produced d...Todd Fiala2014-09-082-0/+7
* Linux/FreeBSD local debugging: allow redirection to pts for POSIX process.Todd Fiala2014-09-082-8/+11
* remove a couple of default cases from switchesSaleem Abdulrasool2014-09-082-6/+11
* DataFormatters: add missing function implementationsSaleem Abdulrasool2014-09-081-0/+10
* build: attempt to fix the buildbotsSaleem Abdulrasool2014-09-081-0/+1
* driver: handle write error betterSaleem Abdulrasool2014-09-081-2/+18
* DataFormatters: use include instead of import in C++Saleem Abdulrasool2014-09-071-1/+1
* Correct copied error messageEd Maste2014-09-061-1/+1
* Add a -V <bool> flag to frame variable/expression that enables execution of t...Enrico Granata2014-09-064-10/+89
* The original jit no longer exists in llvm, remove from dependencies.Eric Christopher2014-09-061-1/+1
* Implement ASan history threads in SB APIKuba Brecka2014-09-066-0/+57
* Expose the ability to retrieve the result of a type validator via the SB API....Enrico Granata2014-09-063-0/+36
* Fix CMake configuration (forgot to add a file in the last commit).Kuba Brecka2014-09-061-0/+1
OpenPOWER on IntegriCloud