SConscript (12800:7736882bdea5) SConscript (12977:cdc78a6e54d7)
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

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

77Source('loader/elf_object.cc')
78Source('loader/hex_file.cc')
79Source('loader/object_file.cc')
80Source('loader/raw_object.cc')
81Source('loader/symtab.cc')
82
83Source('stats/text.cc')
84
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

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

77Source('loader/elf_object.cc')
78Source('loader/hex_file.cc')
79Source('loader/object_file.cc')
80Source('loader/raw_object.cc')
81Source('loader/symtab.cc')
82
83Source('stats/text.cc')
84
85GTest('addr_range_test', 'addr_range_test.cc')
85GTest('bituniontest', 'bituniontest.cc')
86
87DebugFlag('Annotate', "State machine annotation debugging")
88DebugFlag('AnnotateQ', "State machine annotation queue debugging")
89DebugFlag('AnnotateVerbose', "Dump all state machine annotation details")
90DebugFlag('GDBAcc', "Remote debugger accesses")
91DebugFlag('GDBExtra', "Dump extra information on reads and writes")
92DebugFlag('GDBMisc', "Breakpoints, traps, watchpoints, etc.")

--- 14 unchanged lines hidden ---
86GTest('bituniontest', 'bituniontest.cc')
87
88DebugFlag('Annotate', "State machine annotation debugging")
89DebugFlag('AnnotateQ', "State machine annotation queue debugging")
90DebugFlag('AnnotateVerbose', "Dump all state machine annotation details")
91DebugFlag('GDBAcc', "Remote debugger accesses")
92DebugFlag('GDBExtra', "Dump extra information on reads and writes")
93DebugFlag('GDBMisc', "Breakpoints, traps, watchpoints, etc.")

--- 14 unchanged lines hidden ---