doc: fix PAC typo
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index a825be72228f2552826770d732f1b9defb3faab6..69a043c7676b62c63fadcb3917c709ba655eab36 100644 (file)
@@ -734,9 +734,8 @@ struct breakpoint
   event_location_up location;
 
   /* The filter that should be passed to decode_line_full when
-     re-setting this breakpoint.  This may be NULL, but otherwise is
-     allocated with xmalloc.  */
-  char *filter = NULL;
+     re-setting this breakpoint.  This may be NULL.  */
+  gdb::unique_xmalloc_ptr<char> filter;
 
   /* For a ranged breakpoint, the location we used to find the end of
      the range.  */
This page took 0.031827 seconds and 4 git commands to generate.