diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-08 17:13:54 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-08 17:13:54 +0000 |
| commit | 8b4000f13b303cc154136abc74c55670673e2a96 (patch) | |
| tree | cde70521176ae2fac67cb037f0a876972b9cc5f0 /include/lldb/Target/ThreadPlanCallFunction.h | |
| parent | 52fd8de56a8a12201c1e6188e1f34d28c3d3398d (diff) | |
Notes
Diffstat (limited to 'include/lldb/Target/ThreadPlanCallFunction.h')
| -rw-r--r-- | include/lldb/Target/ThreadPlanCallFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Target/ThreadPlanCallFunction.h b/include/lldb/Target/ThreadPlanCallFunction.h index 3d43491af9af3..1c75b0a3645c0 100644 --- a/include/lldb/Target/ThreadPlanCallFunction.h +++ b/include/lldb/Target/ThreadPlanCallFunction.h @@ -117,7 +117,7 @@ protected: lldb::addr_t &start_load_addr, lldb::addr_t &function_load_addr); - void DoTakedown(bool success); + virtual void DoTakedown(bool success); void SetBreakpoints(); |
