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
2015-07-09Fix 32-bit Linux watchpoint failures.Chaoren Lin
2015-07-09Unbreak Makefile buildKeno Fischer
2015-07-09Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath
2015-07-09Fix TestStopHookMultipleThreads and TestNamespace after r241751Pavel Labath
2015-07-09[lldb-mi] Remove unused typedefs.Bruce Mitchener
2015-07-09Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-07-09Unbreak the MacOSX build.Greg Clayton
2015-07-08Implement qXfer:libraries:read.Stephane Sezer
2015-07-08Try to enable TestProcessAttach tests on Linux.Oleksiy Vyalov
2015-07-08Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer
2015-07-08Fixed a serious bug in DeportType where the types could retain DeclContexts thatSean Callanan
2015-07-08Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan
2015-07-08Tolerate DWARF compile unit without filename.David Srbecky
2015-07-08Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath
2015-07-08Make command files specified to the driver actually print theirJim Ingham
2015-07-08Fixed the C modules test case on Darwin by streamlining its code.Sean Callanan
2015-07-08Don't select a thread that stopped for a signal that wasJim Ingham
2015-07-08Move ProcessKDP's StringExtractor include.Bruce Mitchener
2015-07-08Windows doesn't have fork.Adrian McCarthy
2015-07-08Add a version of SBTarget::EvaluateExpression that doesn't requireJim Ingham
2015-07-08Fix debugserver build after someone moved StrintExtractor.h.Greg Clayton
2015-07-07Fix APFloat construction from 16 byte APInt.Chaoren Lin
2015-07-07Fix StringExtractor.h issues.Bruce Mitchener
2015-07-07[lldb-mi] Spell resource string name correctly.Bruce Mitchener
2015-07-07cmake no longer needs to deal with -std=c++11 checks.Bruce Mitchener
2015-07-07Fix _LocalProcess.terminate on Windows.Adrian McCarthy
2015-07-07[lldb-mi] Fix typo in variable name.Bruce Mitchener
2015-07-07[lldb-mi] Fix typosBruce Mitchener
2015-07-07Enclose CLANG_USED_LIBS in --start/end-group when linking liblldb (bug #24044)Pavel Labath
2015-07-07LLDB standalone build: check if Clang was built independently from LLVMPavel Labath
2015-07-07Fix-up ProcessKDP wrt. StringExtractor movePavel Labath
2015-07-07Fix build after recent clang interface changesPavel Labath
2015-07-07Fix cmake build after recent JSON changesPavel Labath
2015-07-07Leave OS as unspecified unknown if it isn't specified in the ELF fileTamas Berghammer
2015-07-07When debugserver is running on an iOS device, callJason Molenda
2015-07-07For the "ios" target add a shell script phase at the end whichJason Molenda
2015-07-07Add a summary for vector typesEnrico Granata
2015-07-07Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JS...Greg Clayton
2015-07-06Normalize line endings.Adrian McCarthy
2015-07-06Use /proc/$$/stat instead of $PPID.Chaoren Lin
2015-07-06Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata
2015-07-06Add --port-file flag to lldb-platform to store port number which platform is ...Oleksiy Vyalov
2015-07-06Fix step over breakpoint on Windows (which was detected by TestCreateAfterAtt...Adrian McCarthy
2015-07-06Fix dosep.py on windows after r240946Pavel Labath
2015-07-06[lldb-mi] Use 'override' on overridden virtual methods.Bruce Mitchener
2015-07-06[lldb-mi] Fix misc. typos in comments.Bruce Mitchener
2015-07-06Use both OS and Architecture to choose correct ABIAbhishek Aggarwal
2015-07-06Revert the patch to Test Commit AccessAbhishek Aggarwal
2015-07-06Test Commit Access: Please IgnoreAbhishek Aggarwal
2015-07-06Make TestStopHook* remote platform compatibleTamas Berghammer