X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fbuildsym.h;h=c768a4c2daecaf57d0d53d5067d5f6dce6d50c72;hb=40bd13ced9c03c74af9d55a98d6e06ddcf11429c;hp=0f38d597a0f2724d81386d7b8245de50ea048502;hpb=42a4f53d2bf8938c2aeda9f52be7a20534b214a9;p=binutils-gdb.git diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 0f38d597a0f..c768a4c2dae 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -1,5 +1,5 @@ /* Build symbol tables in GDB's internal format. - Copyright (C) 1986-2019 Free Software Foundation, Inc. + Copyright (C) 1986-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -19,6 +19,8 @@ #if !defined (BUILDSYM_H) #define BUILDSYM_H 1 +#include "gdb_obstack.h" + struct objfile; struct symbol; struct addrmap; @@ -185,7 +187,8 @@ struct buildsym_compunit const char *pop_subfile (); - void record_line (struct subfile *subfile, int line, CORE_ADDR pc); + void record_line (struct subfile *subfile, int line, CORE_ADDR pc, + bool is_stmt); struct compunit_symtab *get_compunit_symtab () {