summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix a SIGSEGV caused by dereferencing a pointer without a null checkBryan Chan2016-05-041-2/+2
* Add a way for an ObjectFile to indicate that assembly emulationJason Molenda2016-05-046-3/+71
* You have to call setHasLoadedFieldsFromExternalStorage AFTER callingJim Ingham2016-05-041-1/+1
* Added a testcase for the ptr_refs tool so we catch if it stops working.Sean Callanan2016-05-033-0/+75
* Split out console and file writing cases in TestCommandScriptImmediateOutputFrancis Ricci2016-05-031-4/+17
* Revert "Add a read_full_buffer argument to ConnectionFileDescriptor::Read"Pavel Labath2016-05-0312-272/+127
* Add a read_full_buffer argument to ConnectionFileDescriptor::ReadPavel Labath2016-05-0312-127/+272
* Another little example use of scripted thread plans.Jim Ingham2016-05-031-0/+25
* debugserver should fflush its log stream in FileLogCallback, now it does.Greg Clayton2016-05-021-2/+3
* Fix an issue where the apropos command would not print fully qualified comman...Enrico Granata2016-05-022-1/+23
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-0216-5/+450
* Add more debug logging to g_get_shared_cache_class_info_bodyEnrico Granata2016-05-021-1/+14
* Add an argument to ValueObject::GetSyntheticBase that allows for name customi...Enrico Granata2016-05-022-5/+14
* I forgot to check in the test case for the changes I made to synthetic childr...Enrico Granata2016-05-024-0/+127
* Add support for synthetic child providers to optionally return a customized t...Enrico Granata2016-05-026-0/+94
* Update test for r268192.Kuba Brecka2016-05-011-3/+3
* Improve wording and capitalization of TSan thread names.Kuba Brecka2016-05-011-7/+7
* Add thread numbers into ASan thread names.Kuba Brecka2016-05-011-5/+8
* Fix NetBSD build with CMake 3.5.2Kamil Rytarowski2016-05-012-2/+2
* Fix TestEnumTypes.py for 32 bit platforms.Chaoren Lin2016-04-291-2/+2
* Watch out for compilers that generate bad bitfield info. If the bit size of a...Greg Clayton2016-04-292-2/+18
* Fix TestGetVariables.py so it works correctly. We had duplicate static values...Greg Clayton2016-04-291-1/+9
* Make sure LLDB can deal with forward declarations to enums without crashing o...Greg Clayton2016-04-294-19/+50
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-298-10/+52
* Used llvm_unreached to quite a VC++ compiler warning.Adrian McCarthy2016-04-281-0/+4
* XFail TestBitfields.py Python API tests.Chaoren Lin2016-04-281-0/+1
* Provide location information (file name, line number) in TSan reports about g...Kuba Brecka2016-04-285-3/+143
* Remote flaky decorator from TestSignalsAPI on linuxPavel Labath2016-04-281-1/+0
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-288-120/+9
* Fix an inefficiency in the handling of $__lldb_local_vars in expressions.Jim Ingham2016-04-282-1/+3
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-2810-34/+118
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-288-9/+120
* XFail TestIRInterpreter on WindowsAdrian McCarthy2016-04-271-0/+1
* Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.Sean Callanan2016-04-273-0/+84
* Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093Kate Stone2016-04-271-1/+1
* Use absolute module path when possible if sent in svr4 packetsFrancis Ricci2016-04-271-8/+1
* Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...Kuba Brecka2016-04-275-0/+22
* Remove flaky decorator from three tests on linuxPavel Labath2016-04-273-3/+0
* Fix compiler warnings in SymbolFilePDBTestsPavel Labath2016-04-271-20/+20
* Committing patch from <Michael Woerister <michaelwoerister@posteo.net>Jason Molenda2016-04-271-0/+2
* Fix TestRegisterVariables.py on WindowsAdrian McCarthy2016-04-261-3/+3
* UtilityFunction::MakeFunctionCaller uses the Error to report failure,Jim Ingham2016-04-261-0/+3
* Fix send and receive of ACK byte in test infrastructure for Python 3.5Adrian McCarthy2016-04-262-6/+2
* Bump up timeout in TestCallWithTimeoutPavel Labath2016-04-261-2/+2
* rL267291: Architecture change to thumb on parsing arm.attributes causes regre...Omair Javaid2016-04-261-13/+0
* Fix arm-linux-gnueabi regression due to rL267291Omair Javaid2016-04-261-1/+5
* When building the list of variables we're going to write "using $_lldb_local_...Jim Ingham2016-04-263-4/+7
* Make sure that the following SymbolFileDWARF functions can handle getting a l...Greg Clayton2016-04-252-9/+57
* Fix TestGetVariables.py.Chaoren Lin2016-04-252-2/+3
* Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...Greg Clayton2016-04-254-1/+224
OpenPOWER on IntegriCloud