diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:09:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 11:09:23 +0000 |
| commit | f73363f1dd94996356cefbf24388f561891acf0b (patch) | |
| tree | e3c31248bdb36eaec5fd833490d4278162dba2a0 /include/lldb/Breakpoint/BreakpointResolverFileLine.h | |
| parent | 160ee69dd7ae18978f4068116777639ea98dc951 (diff) | |
Notes
Diffstat (limited to 'include/lldb/Breakpoint/BreakpointResolverFileLine.h')
| -rw-r--r-- | include/lldb/Breakpoint/BreakpointResolverFileLine.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/lldb/Breakpoint/BreakpointResolverFileLine.h b/include/lldb/Breakpoint/BreakpointResolverFileLine.h index f7bba3d4ccb4..3464f8ea80d8 100644 --- a/include/lldb/Breakpoint/BreakpointResolverFileLine.h +++ b/include/lldb/Breakpoint/BreakpointResolverFileLine.h @@ -20,10 +20,9 @@ namespace lldb_private { //---------------------------------------------------------------------- /// @class BreakpointResolverFileLine BreakpointResolverFileLine.h -/// "lldb/Breakpoint/BreakpointResolverFileLine.h" -/// @brief This class sets breakpoints by file and line. Optionally, it will -/// look for inlined -/// instances of the file and line specification. +/// "lldb/Breakpoint/BreakpointResolverFileLine.h" This class sets breakpoints +/// by file and line. Optionally, it will look for inlined instances of the +/// file and line specification. //---------------------------------------------------------------------- class BreakpointResolverFileLine : public BreakpointResolver { @@ -63,7 +62,7 @@ public: lldb::BreakpointResolverSP CopyForBreakpoint(Breakpoint &breakpoint) override; protected: - void FilterContexts(SymbolContextList &sc_list); + void FilterContexts(SymbolContextList &sc_list, bool is_relative); friend class Breakpoint; FileSpec m_file_spec; // This is the file spec we are looking for. |
