diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/Args.h')
| -rw-r--r-- | lldb/include/lldb/Interpreter/Args.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lldb/include/lldb/Interpreter/Args.h b/lldb/include/lldb/Interpreter/Args.h index 61f267bd989..8296e2fd03b 100644 --- a/lldb/include/lldb/Interpreter/Args.h +++ b/lldb/include/lldb/Interpreter/Args.h @@ -382,7 +382,10 @@ public: } static lldb::addr_t - StringToAddress (const char *s, lldb::addr_t fail_value = LLDB_INVALID_ADDRESS, bool *success_ptr = NULL); + StringToAddress (const ExecutionContext *exe_ctx, + const char *s, + lldb::addr_t fail_value, + Error *error); static bool StringToBoolean (const char *s, bool fail_value, bool *success_ptr); |

