gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / gdb / buildsym.h
index 0f38d597a0f2724d81386d7b8245de50ea048502..b35c26d8a30a40d0c9345917b26c6d6678fdcc4a 100644 (file)
@@ -1,5 +1,5 @@
 /* Build symbol tables in GDB's internal format.
-   Copyright (C) 1986-2019 Free Software Foundation, Inc.
+   Copyright (C) 1986-2021 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 ()
   {
This page took 0.024426 seconds and 4 git commands to generate.