Change tui_source_element::line to have type std::string
[deliverable/binutils-gdb.git] / gdb / tui / tui-winsource.h
index 9417b282d62d2b9282ad446c35a7ca3010839bc0..185d3dd5e0acea364cf8c69cf72564241a22c3af 100644 (file)
@@ -62,7 +62,7 @@ struct tui_source_element
   {
   }
 
-  gdb::unique_xmalloc_ptr<char> line;
+  std::string line;
   struct tui_line_or_address line_or_addr;
   bool is_exec_point = false;
   tui_bp_flags break_mode = 0;
This page took 0.034772 seconds and 4 git commands to generate.