llvm-project/lldb/test/functionalities
Enrico Granata 8c9d35603e Fixed an issue where a pointer's address was being logged instead of its value
Access to synthetic children by name:
 if your object has a synthetic child named foo you can now type
  frame variable object.foo (or ->foo if you have a pointer)
  and that will print the value of the synthetic child
  (if your object has an actual child named foo, the actual child prevails!)
 this behavior should also work in summaries, and you should be able to use
 ${var.foo} and ${svar.foo} interchangeably
  (but using svar.foo will mask an actual child named foo)

llvm-svn: 137314
2011-08-11 17:08:01 +00:00
..
abbreviation A couple of directory renamings; get rid of 'tests' from the directory names. 2011-06-26 21:27:27 +00:00
alias A couple of directory renamings; get rid of 'tests' from the directory names. 2011-06-26 21:27:27 +00:00
breakpoint Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the 2011-08-09 02:12:22 +00:00
command_regex Move more top level test dirs to reside under functionalities dir. 2011-06-26 21:36:28 +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 an issue where a pointer's address was being logged instead of its value 2011-08-11 17:08:01 +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 Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. 2011-06-27 18:17:24 +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 Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. 2011-06-27 22:10:42 +00:00
target_command Add @expectedFailure decorator for test_target_variable_command_with_dsym(). 2011-07-13 20:03:51 +00:00