llvm-project/lldb/test/functionalities
Sean Callanan 0886e5657b Fixed a problem with the IR interpreter that caused
it to generate result variables that were not bound
to their underlying data.  This allowed the SBValue
class to use the interpreter (if possible).

Also made sure that any result variables that point
to stack allocations in the stack frame of the
interpreted expressions do not get live data.

llvm-svn: 140285
2011-09-22 00:41:11 +00:00
..
abbreviation Changes to Python commands: 2011-08-16 23:24:13 +00:00
alias Adding two new options to the 'help' command: 2011-09-09 17:49:36 +00:00
breakpoint Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. 2011-09-08 22:13:49 +00:00
command_python Adding two new options to the 'help' command: 2011-09-09 17:49:36 +00:00
command_regex Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable 2011-08-26 00:00:01 +00:00
command_source Move more top level test dirs to reside under functionalities dir. 2011-06-26 21:36:28 +00:00
conditional_break Cleaned up the SBType.h file to not include internal headers and reorganized 2011-08-03 22:57:10 +00:00
connect_remote Move more top level test dirs to reside under functionalities dir. 2011-06-26 21:36:28 +00:00
data-formatter Fixed a problem with the IR interpreter that caused 2011-09-22 00:41:11 +00:00
dead-strip Move more top level test dirs to reside under functionalities dir. 2011-06-26 21:36:28 +00:00
embedded_interpreter Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable 2011-08-26 00:00:01 +00:00
inferior-changed Add TestInferiorChanged.py to test that lldb reloads the inferior after it was changed during the debug session. 2011-08-12 20:19:22 +00:00
inferior-crashing Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. 2011-06-27 18:25:00 +00:00
load_unload Conditionize the 'print "Set environment ..."' stmt. 2011-08-03 20:28:34 +00:00
non-overlapping-index-variable-i Made the expression parser use the StackFrame's 2011-08-06 00:28:14 +00:00
platform Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. 2011-06-27 18:25:00 +00:00
process_launch Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. 2011-06-27 22:10:42 +00:00
signal Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. 2011-06-27 22:10:42 +00:00
stop-hook Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable 2011-08-26 00:00:01 +00:00
target_command Redesign of the interaction between Python and frozen objects: 2011-09-06 19:20:51 +00:00
watchpoint/hello_watchpoint Add a declaraion info member field to the WatchpointLocation class. 2011-09-16 21:41:42 +00:00