Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: src/gdb-jit.h

Issue 6371011: Ensures that GDB prints stacktraces correctly for x64 builds when debugging t... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | src/gdb-jit.cc » ('j') | src/gdb-jit.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gdb-jit.h
===================================================================
--- src/gdb-jit.h (revision 6529)
+++ src/gdb-jit.h (working copy)
@@ -55,7 +55,8 @@
V(STUB) \
V(BUILTIN) \
V(SCRIPT) \
- V(EVAL)
+ V(EVAL) \
+ V(FUNCTION)
class GDBJITLineInfo : public Malloced {
public:
@@ -109,6 +110,7 @@
static void AddCode(const char* name,
Code* code,
+ CodeTag tag,
Script* script = NULL);
static void AddCode(Handle<String> name,
« no previous file with comments | « AUTHORS ('k') | src/gdb-jit.cc » ('j') | src/gdb-jit.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698