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

Side by Side Diff: experimental/windows_debugger/debugger/test_debugger/debug_debug_event2.h

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 #pragma once
2 #include <string>
3 #include <windows.h>
4 #include "my_json.h"
5 #include "my_struct_to_json.h"
6
7 #define VS2008_THREAD_INFO 0x406D1388
8
9 namespace debug {
10 void DEBUG_EVENT_ToJSON(DEBUG_EVENT de, std::string* text_out);
11 json::Value* DEBUG_EVENT_ToJSON(DEBUG_EVENT de);
12 json::Value* CONTEXT_ToJSON(CONTEXT ct);
13 json::Value* MEMORY_BASIC_INFORMATION32_ToJSON(MEMORY_BASIC_INFORMATION32 mbi) ;
14
15 extern json::StructDefinitions* DEBUG_EVENT_struct_defs;
16 void DEBUG_EVENT_ToJSON_Init();
17
18 } // namespace debug
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698