Skip to content

Commit

Permalink
Split interpreter tracing functions to a new file
Browse files Browse the repository at this point in the history
Split out functions from exdebug.c to extrace.c
  • Loading branch information
acpibob committed Oct 13, 2015
1 parent 40d40dc commit a3f85a7
Show file tree
Hide file tree
Showing 7 changed files with 513 additions and 373 deletions.
4 changes: 4 additions & 0 deletions generate/msvc9/AcpiExec.vcproj
Expand Up @@ -3302,6 +3302,10 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\source\components\executer\extrace.c"
>
</File>
<File
RelativePath="..\..\source\components\executer\exutils.c"
>
Expand Down
4 changes: 4 additions & 0 deletions generate/msvc9/AcpiSubsystem.vcproj
Expand Up @@ -3031,6 +3031,10 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\source\components\executer\extrace.c"
>
</File>
<File
RelativePath="..\..\source\components\executer\exutils.c"
>
Expand Down
4 changes: 4 additions & 0 deletions generate/msvc9/Examples.vcproj
Expand Up @@ -668,6 +668,10 @@
RelativePath="..\..\source\components\executer\exsystem.c"
>
</File>
<File
RelativePath="..\..\source\components\executer\extrace.c"
>
</File>
<File
RelativePath="..\..\source\components\executer\exutils.c"
>
Expand Down
1 change: 1 addition & 0 deletions generate/unix/acpiexamples/Makefile
Expand Up @@ -82,6 +82,7 @@ OBJECTS = \
$(OBJDIR)/exstoren.o\
$(OBJDIR)/exstorob.o\
$(OBJDIR)/exsystem.o\
$(OBJDIR)/extrace.o\
$(OBJDIR)/exutils.o\
$(OBJDIR)/hwpci.o\
$(OBJDIR)/nsaccess.o\
Expand Down
1 change: 1 addition & 0 deletions generate/unix/acpiexec/Makefile
Expand Up @@ -127,6 +127,7 @@ OBJECTS = \
$(OBJDIR)/exstoren.o\
$(OBJDIR)/exstorob.o\
$(OBJDIR)/exsystem.o\
$(OBJDIR)/extrace.o\
$(OBJDIR)/exutils.o\
$(OBJDIR)/getopt.o\
$(OBJDIR)/hwacpi.o\
Expand Down

0 comments on commit a3f85a7

Please sign in to comment.