<rdar://problem/11386214>
authorGreg Clayton <gclayton@apple.com>
Fri, 18 May 2012 02:38:05 +0000 (02:38 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 18 May 2012 02:38:05 +0000 (02:38 +0000)
commitfa559e5c6e939c7c1570eb2cde3b86aff12abdc7
treee81c4c86521f48c02f8a8111fd6ffeb26ec56a1c
parentf34358e90bf0fa114ff54c488331605ec0627c9c
<rdar://problem/11386214>
<rdar://problem/11455913>

"target symbol add" should flush the cached frames
"register write" should flush the thread state in case registers modifications change stack

llvm-svn: 157042
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/Thread.h
lldb/include/lldb/Target/ThreadList.h
lldb/source/Commands/CommandObjectRegister.cpp
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Thread.cpp
lldb/source/Target/ThreadList.cpp