Deleted Added
sdiff udiff text old ( 5882:5a047c3f3795 ) new ( 5887:6b312cafaa59 )
full compact
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 60 unchanged lines hidden (view full) ---

69Source('loader/elf_object.cc')
70Source('loader/hex_file.cc')
71Source('loader/object_file.cc')
72Source('loader/raw_object.cc')
73Source('loader/symtab.cc')
74
75Source('stats/events.cc')
76Source('stats/output.cc')
77Source('stats/text.cc')
78Source('stats/visit.cc')
79
80if env['USE_MYSQL']:
81 Source('mysql.cc')
82 Source('stats/mysql.cc')
83
84TraceFlag('Annotate', "State machine annotation debugging")

--- 14 unchanged lines hidden ---