v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
gdb-remote-util.h File Reference
#include <string>
#include <vector>
#include "src/utils/utils.h"
Include dependency graph for gdb-remote-util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::wasm::gdb_server::wasm_addr_t
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 
namespace  v8::internal::wasm::gdb_server
 

Macros

#define TRACE_GDB_REMOTE(...)
 

Functions

void v8::internal::wasm::gdb_server::UInt8ToHex (uint8_t byte, char chars[2])
 
bool v8::internal::wasm::gdb_server::HexToUInt8 (const char chars[2], uint8_t *byte)
 
bool v8::internal::wasm::gdb_server::NibbleToUInt8 (char ch, uint8_t *byte)
 
std::vector< std::string > V8_EXPORT_PRIVATE v8::internal::wasm::gdb_server::StringSplit (const std::string &instr, const char *delim)
 
std::string v8::internal::wasm::gdb_server::Mem2Hex (const uint8_t *mem, size_t count)
 
std::string v8::internal::wasm::gdb_server::Mem2Hex (const std::string &str)
 

Macro Definition Documentation

◆ TRACE_GDB_REMOTE

#define TRACE_GDB_REMOTE ( ...)
Value:
do { \
if (v8_flags.trace_wasm_gdb_remote) PrintF("[gdb-remote] " __VA_ARGS__); \
} while (false)

Definition at line 18 of file gdb-remote-util.h.