[PATCH 24/61] Introduce tui_source_window_base::location_matches_p method

Pedro Alves palves@redhat.com
Wed Jul 17 12:37:00 GMT 2019


On 7/4/19 6:02 PM, Tom Tromey wrote:
> --- a/gdb/tui/tui-data.h
> +++ b/gdb/tui/tui-data.h
> @@ -404,6 +404,8 @@ public:
>  
>    void update_tab_width () override;
>  
> +  virtual bool location_matches_p (struct bp_location *loc, int line_no) = 0;

Maybe add an intro comment?

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list