mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
11 lines
326 B
C
11 lines
326 B
C
--- src/gdb/gdb/probe.c.orig 2018-01-24 19:30:20.436713000 +0300
|
|
+++ src/gdb/gdb/probe.c 2018-01-24 19:30:41.659782000 +0300
|
|
@@ -43,6 +43,8 @@
|
|
class any_static_probe_ops : public static_probe_ops
|
|
{
|
|
public:
|
|
+ any_static_probe_ops() {}
|
|
+
|
|
/* See probe.h. */
|
|
bool is_linespec (const char **linespecp) const override;
|
|
|