X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fskip.h;h=3a9b33b82715e9d8b34fb3e98d8c52c58bee6015;hb=78f2c40a12179d26d3065c09f054b7e751b2732f;hp=9c5d257ac7d4c4886c045cc87be0999e94e4ffa6;hpb=28e7fd62340426746f9c896cbc40c5d374ec47aa;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/skip.h b/gdb/skip.h index 9c5d257ac7..3a9b33b827 100644 --- a/gdb/skip.h +++ b/gdb/skip.h @@ -1,6 +1,6 @@ /* Header for skipping over uninteresting files and functions when debugging. - Copyright (C) 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2020 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,9 +20,9 @@ struct symtab_and_line; -/* Returns 1 if the given FUNCTION_NAME is marked for skip and shouldn't be - stepped into. Otherwise, returns 0. */ -int function_name_is_marked_for_skip (const char *function_name, - const struct symtab_and_line *function_sal); +/* Returns true if the given FUNCTION_NAME is marked for skip and + shouldn't be stepped into. Otherwise, returns false. */ +bool function_name_is_marked_for_skip (const char *function_name, + const symtab_and_line &function_sal); #endif /* !defined (SKIP_H) */