Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2012-03-08Bumping Xcode project version for lldb-124 and debugserver-175.Greg Clayton
2012-03-08Use a new define, NO_XPC_SERVICES, to indicate that macosx/Host.mmJason Molenda
2012-03-08<rdar://problem/11007934> Greg Clayton
2012-03-08Updated the revision of LLVM/Clang used by LLDB.Sean Callanan
2012-03-08Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInf...Greg Clayton
2012-03-08Make sure the byte size is correct when dumping as it may need to be calculat...Greg Clayton
2012-03-08Revert the default debugger to LLDB.Greg Clayton
2012-03-08<rdar://problem/10993996>Greg Clayton
2012-03-08Look up ivar offset symbols correctly. We nowSean Callanan
2012-03-08When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o...Jim Ingham
2012-03-08<rdar://problem/10997402>Greg Clayton
2012-03-07rdar://problem/10998562Johnny Chen
2012-03-07rdar://problem/10611315Johnny Chen
2012-03-07Fixing some of the new Python formatters to report '1 object' instead of '1 o...Enrico Granata
2012-03-07<rdar://10996650>Han Ming Ong
2012-03-07Using the new ScriptInterpreterObject in the implementation of synthetic chil...Enrico Granata
2012-03-07Fixing an issue where a ValueObject had changed its value but the 'value chan...Enrico Granata
2012-03-07Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton
2012-03-07Added support for calling blocks from expressions,Sean Callanan
2012-03-07Don't return bare symbols when asked to searchSean Callanan
2012-03-06Fix a little nit with exception breakpoints for C++, the expression parser wa...Jim Ingham
2012-03-06Bumping Xcode project versions for lldb-123 and debugserver-174.Greg Clayton
2012-03-06<rdar://problem/10840355>Greg Clayton
2012-03-06Add a test case and fix the C++ exception symbols.Jim Ingham
2012-03-06Bumped project Xcode project version for lldb-122 and debugserver-173.Greg Clayton
2012-03-06Fixing a crasher bug where we were not checking for NULL before trying to ret...Enrico Granata
2012-03-06rdar://problem/10267705Johnny Chen
2012-03-06Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham
2012-03-06<rdar://problem/10986692>Greg Clayton
2012-03-06Made sure to store the type for "this" when in aSean Callanan
2012-03-06Copying a new file required for the updated formatters to work into LLDB.fram...Enrico Granata
2012-03-05Several performance-oriented changes to the introspecting data formatters:Enrico Granata
2012-03-05rdar://problem/10976649Johnny Chen
2012-03-05Add two expectedFailure decorators with radar number.Johnny Chen
2012-03-05Minor cleanup.Johnny Chen
2012-03-05Make it possible to set Exception breakpoints when the target doesn't yetJim Ingham
2012-03-03Correct wrong values in the test caseEnrico Granata
2012-03-03Remove "llvm" from list of things to ignore. This results in theJason Molenda
2012-03-03Currently TestDataFormatterPythonSynth is failing because of an issue with ch...Enrico Granata
2012-03-03First step to making an LanguageRuntime Exception breakpoint API.Jim Ingham
2012-03-03added a new formatter for CF(Mutable)BitVectorEnrico Granata
2012-03-03<rdar://problem/10974749>Greg Clayton
2012-03-03Added a function to the disassembler that checksSean Callanan
2012-03-03Bumped Xcode project versions for lldb-121 and debugserver-172Greg Clayton
2012-03-03<rdar://problem/10974749>Greg Clayton
2012-03-03And remove the control character that somehow found its way into the last che...Jim Ingham
2012-03-03For Sean: handle the case where you are asked for a 0 byte allocation with 0 ...Jim Ingham
2012-03-03rdar://problem/10652076Johnny Chen
2012-03-03Prevent assertions because of zero-sized sections,Sean Callanan
2012-03-02Adding a test case for a bug where types CFGregorianDate and CFRange were imp...Enrico Granata