SConscript (10494:ffe6ab7141ab) SConscript (10553:c1ad57c53a36)
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

59 Source('isa.cc')
60 Source('linux/linux.cc')
61 Source('linux/process.cc')
62 Source('linux/system.cc')
63 Source('nativetrace.cc')
64 Source('pagetable.cc')
65 Source('pagetable_walker.cc')
66 Source('process.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

59 Source('isa.cc')
60 Source('linux/linux.cc')
61 Source('linux/process.cc')
62 Source('linux/system.cc')
63 Source('nativetrace.cc')
64 Source('pagetable.cc')
65 Source('pagetable_walker.cc')
66 Source('process.cc')
67 Source('pseudo_inst.cc')
67 Source('remote_gdb.cc')
68 Source('stacktrace.cc')
69 Source('system.cc')
70 Source('tlb.cc')
71 Source('types.cc')
72 Source('utility.cc')
73 Source('vtophys.cc')
74

--- 239 unchanged lines hidden ---
68 Source('remote_gdb.cc')
69 Source('stacktrace.cc')
70 Source('system.cc')
71 Source('tlb.cc')
72 Source('types.cc')
73 Source('utility.cc')
74 Source('vtophys.cc')
75

--- 239 unchanged lines hidden ---