gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / buildsym.h
index c8e1bd0d5a734a55924e61b8f55d84b37b2dce69..c768a4c2daecaf57d0d53d5067d5f6dce6d50c72 100644 (file)
@@ -187,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.023647 seconds and 4 git commands to generate.