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

Unified Diff: SConstruct

Issue 6070009: Added labelled thread names to help with some debugging activity. Right now,... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years 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 | « no previous file | src/cpu-profiler.cc » ('j') | src/platform.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
===================================================================
--- SConstruct (revision 6114)
+++ SConstruct (working copy)
@@ -124,6 +124,9 @@
},
'debuggersupport:on': {
'CPPDEFINES': ['ENABLE_DEBUGGER_SUPPORT'],
+ },
+ 'debugthreadnames:on': {
+ 'CPPDEFINES': ['DEBUG_THREAD_NAMES'],
Søren Thygesen Gjesse 2011/01/03 07:48:34 Why do you want to enable/disable this using condi
marklam 2011/01/04 01:47:09 I didn't know how strict we want to be about not i
}
},
'gcc': {
@@ -734,6 +737,11 @@
'default': 'on',
'help': 'enable debugging of JavaScript code'
},
+ 'debugthreadnames': {
+ 'values': ['on', 'off'],
+ 'default': 'off',
+ 'help': 'enable labelled thread names for debugging'
+ },
'soname': {
'values': ['on', 'off'],
'default': 'off',
« no previous file with comments | « no previous file | src/cpu-profiler.cc » ('j') | src/platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698