Enrico Granata
88282c69f3
Add a feature where a string data formatter can now be partially composed of Python summary functions
...
This works similarly to the {thread/frame/process/target.script:...} feature - you write a summary string, part of which is
${var.script:someFuncName}
someFuncName is expected to be declared as
def someFuncName(SBValue,otherArgument) - essentially the same as a summary function
Since . -> [] are the only allowed separators, and % is used for custom formatting, .script: would not be a legitimate symbol anyway, which makes this non-ambiguous
llvm-svn: 220821
2014-10-28 21:07:00 +00:00
..
2014-10-16 01:26:51 +00:00
2014-07-09 16:31:49 +00:00
2014-04-20 00:31:37 +00:00
2014-10-21 01:00:42 +00:00
2014-09-20 09:14:31 +00:00
2014-04-20 00:31:37 +00:00
2014-04-20 00:31:37 +00:00
2012-12-07 22:21:08 +00:00
2014-07-09 16:31:49 +00:00
2014-07-15 00:25:59 +00:00
2014-09-15 22:46:25 +00:00
2014-09-09 04:52:37 +00:00
2014-07-09 16:31:49 +00:00
2014-07-09 16:32:07 +00:00
2014-07-09 16:32:07 +00:00
2014-07-09 16:31:49 +00:00
2014-07-09 16:31:49 +00:00
2014-09-19 20:11:50 +00:00
2014-07-09 16:32:07 +00:00
2014-07-09 16:32:07 +00:00
2014-07-09 16:31:49 +00:00
2014-09-06 02:20:19 +00:00
2014-07-09 16:31:49 +00:00
2014-07-09 16:31:49 +00:00
2014-07-09 16:31:49 +00:00
2014-04-20 00:31:37 +00:00
2014-04-20 00:31:37 +00:00
2012-08-22 17:17:09 +00:00
2014-04-20 00:31:37 +00:00
2014-06-27 05:17:41 +00:00
2014-04-20 00:31:37 +00:00
2014-04-20 00:31:37 +00:00
2014-04-20 00:31:37 +00:00
2014-10-16 08:07:54 +00:00
2014-04-20 00:31:37 +00:00
2014-10-16 08:08:13 +00:00
2014-06-27 02:42:12 +00:00
2012-08-22 17:17:09 +00:00
2012-11-29 21:49:15 +00:00
2013-03-06 02:19:38 +00:00
2012-11-29 21:49:15 +00:00
2014-04-20 00:31:37 +00:00
2014-04-20 00:31:37 +00:00
2014-04-20 00:31:37 +00:00
2014-10-28 21:07:00 +00:00
2014-01-27 23:43:24 +00:00
2014-10-28 21:07:00 +00:00