Jim Ingham
a309efef39
Change Target::EvaluateExpression to take an ExecutionContextScope * rather than a
...
StackFrame * (StackFrame is an ExecutionContextScope.) That allows you to call an
expression on a particular Thread, but not using the context of any particular frame.
That in turn is useful for injecting utility functions that don't actually depend on
locals/self/etc of the current frame.
I also had to include StackFrame.h in a couple of places so the compiler knew
how to downcast StackFrame to ExecutionContextScope.
<rdar://problem/22852953>
llvm-svn: 251564
2015-10-28 22:23:17 +00:00
..
2015-10-01 23:07:06 +00:00
2015-09-03 08:46:55 +00:00
2015-09-02 01:59:14 +00:00
2015-02-25 16:01:12 +00:00
2015-05-29 19:52:29 +00:00
2014-10-10 23:43:03 +00:00
2014-10-10 23:43:03 +00:00
2014-03-06 00:14:12 +00:00
2014-03-13 09:37:02 +00:00
2015-10-21 19:14:33 +00:00
2015-10-23 18:39:37 +00:00
2015-06-25 21:46:34 +00:00
2014-10-16 16:59:23 +00:00
2015-09-24 03:54:50 +00:00
2013-05-10 21:47:16 +00:00
2014-07-02 17:24:07 +00:00
2015-10-26 21:38:41 +00:00
2015-10-23 18:39:37 +00:00
2014-06-30 00:30:53 +00:00
2015-10-14 21:37:36 +00:00
2014-03-13 02:54:54 +00:00
2014-03-10 08:42:03 +00:00
2013-12-13 00:29:16 +00:00
2015-09-22 06:36:56 +00:00
2014-07-01 21:22:11 +00:00
2014-07-08 18:05:41 +00:00
2015-09-07 09:58:09 +00:00
2015-10-16 05:17:25 +00:00
2014-04-04 04:06:10 +00:00
2015-10-23 18:39:37 +00:00
2014-02-05 05:44:54 +00:00
2015-10-28 22:23:17 +00:00
2015-10-13 23:41:19 +00:00
2015-10-23 18:39:37 +00:00
2014-09-05 19:13:15 +00:00
2015-09-16 21:20:44 +00:00
2015-07-23 19:55:02 +00:00
2014-02-27 19:35:12 +00:00
2015-08-11 22:53:00 +00:00
2015-07-14 10:56:58 +00:00
2015-09-15 21:13:50 +00:00
2015-05-29 17:41:47 +00:00
2015-10-12 19:03:32 +00:00
2014-08-06 01:49:59 +00:00
2015-07-24 08:54:22 +00:00
2015-03-18 18:20:42 +00:00
2015-09-24 03:54:50 +00:00
2015-03-18 18:20:42 +00:00
2015-08-14 01:38:21 +00:00
2015-07-16 14:21:49 +00:00
2015-03-18 18:20:42 +00:00
2015-07-23 19:55:02 +00:00
2015-10-02 18:40:30 +00:00
2012-11-29 21:49:15 +00:00
2015-10-20 09:21:04 +00:00
2014-02-03 23:49:47 +00:00