~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/testing/dbqp.rst

  • Committer: Lee Bieber
  • Date: 2011-02-12 15:59:03 UTC
  • mfrom: (2158.2.2 dbqp_gdb)
  • Revision ID: kalebral@gmail.com-20110212155903-zzuwvuyk5zq2esmu
Merge Patrick - 709648: --gdb in dbqp.py is broken 

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
   Turn off the use of --secure-file-priv=vardir for
315
315
   started servers
316
316
 
 
317
Options to pass options on to the server
 
318
-----------------------------------------
 
319
.. option:: --drizzled=DRIZZLEDOPTIONS
 
320
           
 
321
    Pass additional options to the server.  Will be passed
 
322
    to all servers for all tests (mostly for --start-and-
 
323
    exit)
 
324
 
 
325
 
317
326
Options for defining the tools we use for code analysis (valgrind, gprof, gcov, etc)
318
327
---------------------------------------------------------------------------------------
319
328
.. option:: --valgrind          
320
329
 
321
330
   Run drizzletest and drizzled executables using
322
331
   valgrind with default options [False]
323
 
   (CURRENTLY INOP)
324
332
 
325
333
.. option:: --valgrind-option=VALGRINDARGLIST
326
334
                       
332
340
.. option:: --gdb
333
341
 
334
342
    Start the drizzled server(s) in gdb
335
 
    (CURRENTLY INOP)
336
 
 
 
343
 
 
344
.. option:: --manual-gdb
 
345
 
 
346
    Allows you to start the drizzled server(s) in gdb
 
347
    manually (in another window, etc
 
348
 
 
349
    
337
350
 
338
351
 
339
352