This website requires JavaScript.
Explore
Help
Register
Sign In
tursom
/
memgraph
Watch
1
Star
0
Fork
0
You've already forked memgraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3faa64a53c
memgraph
/
.gdbinit
3 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add print-operator-tree command to gdb Summary: This is a simple extension to gdb, which will print the LogicalOperator tree. Auto loading of the extension is supported via .gdbinit if the gdb is run from the root of the repository. Explicit loading of scripts can be done inside gdb by running `source path/to/extension.py`. Reviewers: florijan, mislav.bradac, buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D428
2017-06-08 15:05:24 +08:00
source ./tools/gdb-plugins/operator_tree.py
Add pretty printer to gdb for TypedValue Reviewers: florijan, mislav.bradac, buda Reviewed By: mislav.bradac Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D619
2017-07-31 02:23:09 +08:00
source ./tools/gdb-plugins/pretty_printers.py
Reference in New Issue
Copy Permalink