Remove tracer (debugger "heaptrace" command)
[hiphop-php.git] / hphp / runtime / debugger / cmd / all.h
blob5165fa792b3c3cef3939b28d725f6c3cc45c1352
1 /*
2 +----------------------------------------------------------------------+
3 | HipHop for PHP |
4 +----------------------------------------------------------------------+
5 | Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) |
6 +----------------------------------------------------------------------+
7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
9 | available through the world-wide-web at the following url: |
10 | http://www.php.net/license/3_01.txt |
11 | If you did not receive a copy of the PHP license and are unable to |
12 | obtain it through the world-wide-web, please send a note to |
13 | license@php.net so we can mail you a copy immediately. |
14 +----------------------------------------------------------------------+
17 #ifndef incl_HPHP_EVAL_DEBUGGER_CMD_ALL_H_
18 #define incl_HPHP_EVAL_DEBUGGER_CMD_ALL_H_
20 #include "hphp/runtime/debugger/cmd/cmd_eval.h"
21 #include "hphp/runtime/debugger/cmd/cmd_abort.h"
22 #include "hphp/runtime/debugger/cmd/cmd_break.h"
23 #include "hphp/runtime/debugger/cmd/cmd_continue.h"
24 #include "hphp/runtime/debugger/cmd/cmd_down.h"
25 #include "hphp/runtime/debugger/cmd/cmd_exception.h"
26 #include "hphp/runtime/debugger/cmd/cmd_frame.h"
27 #include "hphp/runtime/debugger/cmd/cmd_global.h"
28 #include "hphp/runtime/debugger/cmd/cmd_help.h"
29 #include "hphp/runtime/debugger/cmd/cmd_info.h"
30 #include "hphp/runtime/debugger/cmd/cmd_constant.h"
31 #include "hphp/runtime/debugger/cmd/cmd_list.h"
32 #include "hphp/runtime/debugger/cmd/cmd_machine.h"
33 #include "hphp/runtime/debugger/cmd/cmd_next.h"
34 #include "hphp/runtime/debugger/cmd/cmd_out.h"
35 #include "hphp/runtime/debugger/cmd/cmd_print.h"
36 #include "hphp/runtime/debugger/cmd/cmd_quit.h"
37 #include "hphp/runtime/debugger/cmd/cmd_run.h"
38 #include "hphp/runtime/debugger/cmd/cmd_step.h"
39 #include "hphp/runtime/debugger/cmd/cmd_thread.h"
40 #include "hphp/runtime/debugger/cmd/cmd_up.h"
41 #include "hphp/runtime/debugger/cmd/cmd_variable.h"
42 #include "hphp/runtime/debugger/cmd/cmd_where.h"
43 #include "hphp/runtime/debugger/cmd/cmd_extended.h"
44 #include "hphp/runtime/debugger/cmd/cmd_zend.h"
45 #include "hphp/runtime/debugger/cmd/cmd_shell.h"
46 #include "hphp/runtime/debugger/cmd/cmd_interrupt.h"
47 #include "hphp/runtime/debugger/cmd/cmd_example.h"
48 #include "hphp/runtime/debugger/cmd/cmd_extension.h"
49 #include "hphp/runtime/debugger/cmd/cmd_signal.h"
50 #include "hphp/runtime/debugger/cmd/cmd_macro.h"
51 #include "hphp/runtime/debugger/cmd/cmd_config.h"
52 #include "hphp/runtime/debugger/cmd/cmd_complete.h"
53 #include "hphp/runtime/debugger/cmd/cmd_internal_testing.h"
54 //tag: new_cmd.php inserts new command here, do NOT remove/modify this line
56 #endif // incl_HPHP_EVAL_DEBUGGER_CMD_ALL_H_