bug.h File Reference
#include <cassert>#include <memory>#include <string>#include <unordered_map>#include <vector>#include <pthread.h>
Include dependency graph for bug.h:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | TiledArray::detail::MemoryWatchpoint_x86_64 |
| MemoryWatchpoint represents a hardware watchpoint for a memory location Implements a memory watchpoint on x86 ... only implemented for macOS so far this is a slightly tweaked version of https://m.habrahabr.ru/post/103073/ see also http://www.sandpile.org/x86/drx.htm for the x86 debugging register map. More... | |
| class | TiledArray::detail::MemoryWatchpoint_x86_64::Pool |
| a singleton pool of MemoryWatchpoint objects More... | |
| class | TiledArray::Debugger |
Namespaces | |
| TiledArray | |
| TiledArray::detail | |
Functions | |
| void | TiledArray::launch_gdb_xterm () |
| Use this to launch GNU debugger in xterm. More... | |
| void | TiledArray::launch_lldb_xterm () |
| Use this to launch LLVM debugger in xterm. More... | |
1.8.20