06c6b2514755478bfcb37b4e68a4873105c872d9 |
|
27-Jan-2012 |
Greg Clayton <gclayton@apple.com> |
Fixed a location where we would never end up unlocking our mutex in the ClusterManager. Also switched to using Mutex::Locker where we can. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@149132 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Utility/SharedCluster.h
|
f5c0c72346eb8137107dbee95b12efb700117c13 |
|
14-Oct-2011 |
Greg Clayton <gclayton@apple.com> |
Added the ability to run expressions in any command. Expressions can be inserted in commands by using backticks: (lldb) memory read `$rsp-16` `$rsp+16` (lldb) memory read -c `(int)strlen(argv[0])` `argv[0]` The result of the expression will be inserted into the command as a sort of preprocess stage where this gets done first. We might need to tweak where this preprocess stage goes, but it is very functional already. Added ansi color support to the Debugger::FormatPrompt() so you can use things like "${ansi.fg.blue}" and "${ansi.bold}" many more. This helps in adding colors to your prompts without needing to know the ANSI color code strings. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141948 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Utility/SharedCluster.h
|
abb53e5708c9d880441017a6d7d89172fc233e3e |
|
03-Jun-2011 |
Peter Collingbourne <peter@pcc.me.uk> |
Fix some order-of-initialisation warnings git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132588 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Utility/SharedCluster.h
|
47da810225d8674eb9158bcf5f1f5b847cbaeedf |
|
23-Apr-2011 |
Jim Ingham <jingham@apple.com> |
Fix up how the ValueObjects manage their life cycle so that you can hand out a shared pointer to a ValueObject or any of its dependent ValueObjects, and the whole cluster will stay around as long as that shared pointer stays around. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@130035 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/include/lldb/Utility/SharedCluster.h
|