forked from mug896/macro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
m4_debugging.html
974 lines (632 loc) · 41.1 KB
/
m4_debugging.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
<!DOCTYPE HTML>
<html lang="ko" >
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-161001174-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-161001174-6');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Debugging | Introduction</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="description" content="">
<meta name="generator" content="GitBook 2.6.7">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="gitbook/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="gitbook/style.css">
<link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-highlight/website.css">
<link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-search/search.css">
<link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-fontsettings/website.css">
<link rel="stylesheet" href="./styles/website.css">
<link rel="prev" href="./m4_miscellaneous.html" />
</head>
<body>
<div class="book"
data-level="3.9"
data-chapter-title="Debugging"
data-filepath="m4_debugging.md"
data-basepath="."
data-innerlanguage="">
<div class="book-summary">
<nav role="navigation">
<ul class="summary">
<li class="chapter " data-level="0" data-path="index.html">
<a href="./index.html">
<i class="fa fa-check"></i>
Introduction
</a>
</li>
<li class="chapter " data-level="1" data-path="bug_reports.html">
<a href="./bug_reports.html">
<i class="fa fa-check"></i>
<b>1.</b>
Bug reports
</a>
</li>
<li class="chapter " data-level="2" data-path="cpp.html">
<a href="./cpp.html">
<i class="fa fa-check"></i>
<b>2.</b>
CPP
</a>
<ul class="articles">
<li class="chapter " data-level="2.1" data-path="macros.html">
<a href="./macros.html">
<i class="fa fa-check"></i>
<b>2.1.</b>
Macros
</a>
<ul class="articles">
<li class="chapter " data-level="2.1.1" data-path="function-like_macros.html">
<a href="./function-like_macros.html">
<i class="fa fa-check"></i>
<b>2.1.1.</b>
Function-like Macros
</a>
</li>
<li class="chapter " data-level="2.1.2" data-path="one_two_hash.html">
<a href="./one_two_hash.html">
<i class="fa fa-check"></i>
<b>2.1.2.</b>
# , ##
</a>
</li>
<li class="chapter " data-level="2.1.3" data-path="variadic_macros.html">
<a href="./variadic_macros.html">
<i class="fa fa-check"></i>
<b>2.1.3.</b>
Variadic Macros
</a>
</li>
<li class="chapter " data-level="2.1.4" data-path="argument_prescan.html">
<a href="./argument_prescan.html">
<i class="fa fa-check"></i>
<b>2.1.4.</b>
Argument Prescan
</a>
</li>
<li class="chapter " data-level="2.1.5" data-path="predefined_macros.html">
<a href="./predefined_macros.html">
<i class="fa fa-check"></i>
<b>2.1.5.</b>
Predefined Macros
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="2.2" data-path="conditionals.html">
<a href="./conditionals.html">
<i class="fa fa-check"></i>
<b>2.2.</b>
Conditionals
</a>
</li>
<li class="chapter " data-level="2.3" data-path="diagnostics.html">
<a href="./diagnostics.html">
<i class="fa fa-check"></i>
<b>2.3.</b>
Diagnostics
</a>
</li>
<li class="chapter " data-level="2.4" data-path="line_control.html">
<a href="./line_control.html">
<i class="fa fa-check"></i>
<b>2.4.</b>
Line Control
</a>
</li>
<li class="chapter " data-level="2.5" data-path="pragmas.html">
<a href="./pragmas.html">
<i class="fa fa-check"></i>
<b>2.5.</b>
Pragmas
</a>
</li>
<li class="chapter " data-level="2.6" data-path="command_line_options.html">
<a href="./command_line_options.html">
<i class="fa fa-check"></i>
<b>2.6.</b>
Command-line options
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="3" data-path="m4.html">
<a href="./m4.html">
<i class="fa fa-check"></i>
<b>3.</b>
M4
</a>
<ul class="articles">
<li class="chapter " data-level="3.1" data-path="m4_quotes.html">
<a href="./m4_quotes.html">
<i class="fa fa-check"></i>
<b>3.1.</b>
Quotes
</a>
</li>
<li class="chapter " data-level="3.2" data-path="m4_positional_parameters.html">
<a href="./m4_positional_parameters.html">
<i class="fa fa-check"></i>
<b>3.2.</b>
Positional Parameters
</a>
</li>
<li class="chapter " data-level="3.3" data-path="m4_local_variables.html">
<a href="./m4_local_variables.html">
<i class="fa fa-check"></i>
<b>3.3.</b>
Local Variables
</a>
</li>
<li class="chapter " data-level="3.4" data-path="m4_conditionals_and_loops.html">
<a href="./m4_conditionals_and_loops.html">
<i class="fa fa-check"></i>
<b>3.4.</b>
Conditionals and Loops
</a>
</li>
<li class="chapter " data-level="3.5" data-path="m4_diverting.html">
<a href="./m4_diverting.html">
<i class="fa fa-check"></i>
<b>3.5.</b>
Diverting
</a>
</li>
<li class="chapter " data-level="3.6" data-path="m4_input_control.html">
<a href="./m4_input_control.html">
<i class="fa fa-check"></i>
<b>3.6.</b>
Input Control
</a>
</li>
<li class="chapter " data-level="3.7" data-path="m4_file_inclusion.html">
<a href="./m4_file_inclusion.html">
<i class="fa fa-check"></i>
<b>3.7.</b>
File Inclusion
</a>
</li>
<li class="chapter " data-level="3.8" data-path="m4_builtin_macros.html">
<a href="./m4_builtin_macros.html">
<i class="fa fa-check"></i>
<b>3.8.</b>
Built-in Macros
</a>
<ul class="articles">
<li class="chapter " data-level="3.8.1" data-path="m4_arithmetic.html">
<a href="./m4_arithmetic.html">
<i class="fa fa-check"></i>
<b>3.8.1.</b>
Arithmatic
</a>
</li>
<li class="chapter " data-level="3.8.2" data-path="m4_text_handling.html">
<a href="./m4_text_handling.html">
<i class="fa fa-check"></i>
<b>3.8.2.</b>
Text Handling
</a>
</li>
<li class="chapter " data-level="3.8.3" data-path="m4_shell_commands.html">
<a href="./m4_shell_commands.html">
<i class="fa fa-check"></i>
<b>3.8.3.</b>
Shell Commands
</a>
</li>
<li class="chapter " data-level="3.8.4" data-path="m4_miscellaneous.html">
<a href="./m4_miscellaneous.html">
<i class="fa fa-check"></i>
<b>3.8.4.</b>
Miscellaneous
</a>
</li>
</ul>
</li>
<li class="chapter active" data-level="3.9" data-path="m4_debugging.html">
<a href="./m4_debugging.html">
<i class="fa fa-check"></i>
<b>3.9.</b>
Debugging
</a>
</li>
</ul>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com" target="blank" class="gitbook-link">
</a>
</li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<!-- Actions Left -->
<!-- Title -->
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href="./" >Introduction</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<section class="normal" id="section-">
<h1 id="debugging">Debugging</h1>
<p>M4 는 매크로 프로세서이므로 디버깅은 주로 매크로 trace 를 통해 이루어집니다.
디버깅을 위한 설정은 m4 명령 라인에서 <code>-d</code>, <code>-t</code> 옵션을 이용해 할 수도 있고,
코드의 특정 영역을 trace 하기 위해 <code>traceon</code>, <code>traceoff</code> 매크로를 사용할 수도 있습니다.
기본적으로 디버깅 정보는 <code>STDERR</code> 로 출력되는데 <code>debugfile</code> 매크로를 이용하면
지정한 파일로 저장할 수도 있습니다.</p>
<h3 id="dumpdef">dumpdef</h3>
<blockquote>
<p><strong>dumpdef</strong><br><strong>dumpdef</strong> ( <em>Names. . .</em> )<br>매크로의 확장 결과는 void 입니다. </p>
</blockquote>
<p>매크로 <code>Names</code> 의 definitions 을 출력합니다.
<code>()</code> 없이 사용하면 현재 위치에서 정의되어 있는 모든 매크로를 알파벳 순서로 출력합니다.
( 기본적으로 STDERR 로 출력됩니다 ).</p>
<pre><code>$ m4 <<\@
define(`nshift', `pushdef(`num', eval($1))_$0(shift($@))popdef(`num')')
define(`_nshift', `ifelse( num, 0, `$@', `define(`num', decr(num))$0(shift($@))')')
dumpdef(`nshift', `define')
@
define: <define> <--- built-in 매크로의 출력 형식
nshift: pushdef(`num', eval($1))_$0(shift($@))popdef(`num')
</code></pre><p><code>()</code> 없이 사용하면 현재 위치에서 정의되어 있는 모든 매크로를 출력합니다.</p>
<pre><code>$ m4 <<\@
define(`foo', 100)
define(`bar', 200)
dumpdef # () 없이 사용
define(`zoo', 300) # zoo 는 이후에 정의되므로 출력에서 제외됨
@
__file__: <__file__>
__gnu__:
__line__: <__line__>
__program__: <__program__>
__unix__:
bar: 200 # bar: 200
builtin: <builtin>
changecom: <changecom>
changequote: <changequote>
debugfile: <debugfile>
debugmode: <debugmode>
decr: <decr>
define: <define>
defn: <defn>
divert: <divert>
divnum: <divnum>
dnl: <dnl>
dumpdef: <dumpdef>
errprint: <errprint>
esyscmd: <esyscmd>
eval: <eval>
foo: 100 # foo: 100
format: <format>
ifdef: <ifdef>
ifelse: <ifelse>
include: <include>
incr: <incr>
index: <index>
indir: <indir>
len: <len>
m4exit: <m4exit>
m4wrap: <m4wrap>
maketemp: <maketemp>
mkstemp: <mkstemp>
patsubst: <patsubst>
popdef: <popdef>
pushdef: <pushdef>
regexp: <regexp>
shift: <shift>
sinclude: <sinclude>
substr: <substr>
syscmd: <syscmd>
sysval: <sysval>
traceoff: <traceoff>
traceon: <traceon>
translit: <translit>
undefine: <undefine>
undivert: <undivert>
</code></pre><h3 id="traceon-traceoff">traceon, traceoff</h3>
<blockquote>
<p><strong>traceon</strong><br><strong>traceon</strong> ( <em>Names. . .</em> )<br><strong>traceoff</strong><br><strong>traceoff</strong> ( <em>Names. . .</em> )<br>매크로의 확장 결과는 void 입니다. </p>
</blockquote>
<p><code>traceon</code>,<code>traceoff</code> 매크로는 특정 위치부터 시작해서 특정 매크로만 trace 하고자 할 때 사용합니다.</p>
<p>특정 매크로만 선택적으로 trace 하고자 할 때는 m4 명령의 <code>-t</code> 옵션을 사용할 수도
있습니다.
<code>traceon(`foo', `bar')</code> 는 선택적으로 <code>foo</code>, <code>bar</code> 매크로만
trace 를 합니다. ( 이때 <code>foo</code>, <code>bar</code> 매크로가 현재 정의되어 있을 필요는 없습니다 ).
<code>traceoff(`foo', `bar')</code> 는 선택적으로 <code>foo</code>, <code>bar</code> 매크로만
trace 를 중단합니다.
<code>()</code> 없이 사용하는 <code>traceon</code> 은 현재 위치에서 정의되어 있는 모든 매크로를 trace 합니다.
이것은 <code>debugmode(t)</code> 를 사용하는 것과 같은 것입니다.
그리고 <code>()</code> 없이 사용하는 <code>traceoff</code> 는 모든 매크로 trace 를 중단합니다.
이것은 <code>()</code> 없이 <code>debugmode</code> 를 사용하는 것과 같은 것입니다.</p>
<p>trace 정보는 기본적으로 STDERR 로 출력됩니다.</p>
<pre><code>$ m4 <<\@ $ m4 <<\@
define(`foo', `Hello World.') define(`foo', `Hello World.')
define(`echo', `$@') define(`echo', `$@')
traceon # 모든 매크로를 trace traceon(`echo') # echo 매크로만 trace
foo foo
echo(`gnus', `and gnats') echo(`gnus', `and gnats')
@ @
m4trace: -1- foo Hello World.
Hello World. m4trace: -1- echo
m4trace: -1- echo gnus,and gnats
gnus,and gnats
</code></pre><pre><code>$ m4 <<\@
define(`nshift', `pushdef(`num', eval($1))_$0(shift($@))popdef(`num')')
define(`_nshift', `ifelse( num, 0, `$@', `define(`num', decr(num))$0(shift($@))')')
define(`foreachq', `ifelse(`$2', `', `',
`pushdef(`$1')_$0(`$1', `$3', `', $2)popdef(`$1')')')
define(`_foreachq', `ifelse(`$#', `3', `',
`define(`$1', `$4')$2`'$0(`$1', `$2', nshift(3,$@))')')
# 현재 위치에서 부터
debugmode(`ael')traceon(`foreachq',`_foreachq') # foreachq, _foreachq 매크로만 trace
foreachq(`elem', `111, 222, 333', `Word was: elem
')
traceoff
foreachq(`elem', `foo, bar, zoo', `Word was: elem
')
@
m4trace:12: -1- foreachq(elem, 111, 222, 333, Word was: elem
) -> ifelse(`111, 222, 333', `', `',
`pushdef(`elem')_foreachq(`elem', `Word was: elem
', `', 111, 222, 333)popdef(`elem')')
m4trace:12: -1- _foreachq(elem, Word was: elem
, , 111, 222, 333) -> ifelse(`6', `3', `',
`define(`elem', `111')Word was: elem
`'_foreachq(`elem', `Word was: elem
', nshift(3,`elem',`Word was: elem
',`',`111',`222',`333'))')
Word was: 111
m4trace:12: -1- _foreachq(elem, Word was: elem # 매 단계 _foreachq 매크로의
, 111, 222, 333) -> ifelse(`5', `3', `',
`define(`elem', `222')Word was: elem
`'_foreachq(`elem', `Word was: elem
', nshift(3,`elem',`Word was: elem
',`111',`222',`333'))')
Word was: 222
m4trace:12: -1- _foreachq(elem, Word was: elem # 인수들을 조회할 수 있다.
, 222, 333) -> ifelse(`4', `3', `',
`define(`elem', `333')Word was: elem
`'_foreachq(`elem', `Word was: elem
', nshift(3,`elem',`Word was: elem
',`222',`333'))')
Word was: 333
m4trace:12: -1- _foreachq(elem, Word was: elem
, 333) -> ifelse(`3', `3', `',
`define(`elem', `')Word was: elem
`'_foreachq(`elem', `Word was: elem
', nshift(3,`elem',`Word was: elem
',`333'))')
Word was: foo
Word was: bar
Word was: zoo
</code></pre><h3 id="debugmode">debugmode</h3>
<blockquote>
<p><strong>debugmode</strong><br><strong>debugmode</strong> ( )<br><strong>debugmode</strong> ( <em>Flags</em> )<br>매크로의 확장 결과는 void 입니다. </p>
</blockquote>
<p>debugmode 매크로를 이용해 디버깅 정보를 얼마나 자세히 표시할지 설정할 수가 있습니다.
이것은 m4 명령의 <code>-d</code> 옵션을 이용해 설정하는 것과 동일한 것입니다.
매크로 trace 정보에는 <code>m4trace:</code> prefix 가 붙고, 그 외 매크로 호출과 관련 없는 정보에는
<code>m4debug:</code> prefix 가 붙어 출력됩니다.</p>
<p>flag 값을 설정할 때는 앞에 <code>-</code> or <code>+</code> 를 붙일 수가 있는데
<code>-</code> 를 붙이면 기존 설정값에서 해당 flag 가 제거되고 <code>+</code> 를 붙이면 추가됩니다.
debugmode 매크로를 <code>()</code> 없이 사용하면 설정된 flag 값들이 clear 됩니다.
( 이것은 <code>-d</code> 옵션을 사용하지 않는 것과 같은 것입니다 ).
인수 값이 없는 <code>debugmode()</code> 형식은 flag 값을 디폴트로 설정합니다.
( 이것은 <code>-d</code> 옵션을 flag 없이 사용하는 것과 같은 것으로 디폴트 값은 <code>aeq</code> 가 됩니다 ).</p>
<p>debug 정보는 기본적으로 STDERR 로 출력됩니다.</p>
<table>
<thead>
<tr>
<th style="text-align:center">Flags</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center"><strong>a</strong></td>
<td>show actual arguments</td>
</tr>
<tr>
<td style="text-align:center"><strong>c</strong></td>
<td>show before collect, after collect and after call</td>
</tr>
<tr>
<td style="text-align:center"><strong>e</strong></td>
<td>show expansion</td>
</tr>
<tr>
<td style="text-align:center"><strong>f</strong></td>
<td>say current input file name</td>
</tr>
<tr>
<td style="text-align:center"><strong>i</strong></td>
<td>show changes in input files</td>
</tr>
<tr>
<td style="text-align:center"><strong>l</strong></td>
<td>say current input line number</td>
</tr>
<tr>
<td style="text-align:center"><strong>p</strong></td>
<td>show results of path searches</td>
</tr>
<tr>
<td style="text-align:center"><strong>q</strong></td>
<td>quote values as necessary, with <code>a</code> or <code>e</code> flag</td>
</tr>
<tr>
<td style="text-align:center"><strong>t</strong></td>
<td>trace for all macro calls, not only traceon'ed</td>
</tr>
<tr>
<td style="text-align:center"><strong>x</strong></td>
<td>add a unique macro call id, useful with <code>c</code> flag</td>
</tr>
<tr>
<td style="text-align:center"><strong>V</strong></td>
<td>shorthand for all of the above flags</td>
</tr>
</tbody>
</table>
<h5 id="q-flag-를-사용하는-이유-"><code>q</code> flag 를 사용하는 이유 )</h5>
<p>매크로가 확장될 때는 인수 부분에서도 prescan 에의해 확장이 일어나고
결과에 대해서도 main scan 에의해 확장이 일어납니다.
인수에 포함된 quotes 은 확장을 방지하는 역할을 하고 한 단계씩 quotes 이 제거됩니다.
quotes 이 제거되면 trace 시에 실제 인수의 개수가 몇 개인지 알 수 없는 경우가 생길 수 있습니다.
이때 <code>q</code> flag 을 사용하면 인수와 확장 결과에 quotes 을 추가해서 표시해 줍니다.</p>
<pre><code>$ m4 -dtael <<\@
define(`args', `num: $#')
args(`foo', `bar, baz', `zoo') # 실제 인수의 개수는 3 개인데
@
m4trace:1: -1- define(args, num: $#)
# 인수부분 prescan 에 의해
m4trace:3: -1- args(foo, bar, baz, zoo) -> num: 3 # quotes 이 제거되어 4 개로 보인다.
num: 3
-------------------------------------------------
$ m4 -dtaelq <<\@ # "q" 디버그 flag 추가
define(`args', `num: $#')
args(`foo', `bar, baz', `zoo')
@
m4trace:1: -1- define(`args', `num: $#')
m4trace:3: -1- args(`foo', `bar, baz', `zoo') -> `num: 3' # 인수와 확장 결과에 quotes
num: 3 # 을 추가해 표시해 준다.
</code></pre><hr>
<p>다음은 quotes 사용과 관련해 발생한 오류를 디버깅을 통해서 해결하는 것입니다.
다음 예제를 보면 <code>aa</code> 매크로 정의에 사용된 값과 <code>ifelse</code> 에서 비교에 사용된
값이 같기 때문에 결과로 <code>111</code> 을 기대하였으나 <code>222</code> 가 출력되고 있습니다.</p>
<pre><code>$ m4 <<\@
define(`aa',`(`')')
ifelse(aa,`(`')', 111, 222)
@
222
</code></pre><p>먼저 간단히 m4 명령의 <code>-d</code> 옵션을 이용해 디버깅 정보를 출력해 볼 수 있는데
이때 사용된 <code>V</code> flag 값은 모든 디버깅 flag 을 enable 하는 것과 같습니다.
따라서 필요하지 않는 정보도 많이 출력되고 <code>q</code> flag ( quote value ) 가 포함되기 때문에
출력되는 value 들에 추가로 quote 이 되어서
실제 quotes 이 어떻게 처리되는지 보기에 어려움이 있습니다.</p>
<pre><code>$ m4 -dV <<\@
define(`aa',`(`')')
ifelse(aa,`(`')', 111, 222)
@
m4debug: input read from stdin
m4trace:stdin:1: -1- id 1: define ...
m4trace:stdin:1: -1- id 1: define(`aa', `(`')') -> ???
m4trace:stdin:1: -1- id 1: define(...)
m4trace:stdin:2: -1- id 2: ifelse ...
m4trace:stdin:2: -2- id 3: aa ...
m4trace:stdin:2: -2- id 3: aa -> ???
m4trace:stdin:2: -2- id 3: aa -> `(`')'
m4trace:stdin:2: -1- id 2: ifelse(`()', `(`')', `111', `222') -> ???
m4trace:stdin:2: -1- id 2: ifelse(...) -> `222'
222
m4debug:stdin:3: input exhausted
</code></pre><p>따라서 이번에는 <code>t</code> ( 모든 매크로 trace ), <code>a</code> ( 인수값 표시 ), <code>e</code> ( 확장결과 표시 )
<code>l</code> ( 라인넘버 표시 ) flags 을 사용해 trace 를 하면 필요한 정보만 볼 수 있고
실제 m4 에서 quotes 이 어떻게 처리되는지 볼 수 있습니다.
결과를 살펴보면 <code>ifelse</code> 의 비교에 사용된 두 값이 틀리게 나오는 것을 알 수 있습니다.</p>
<pre><code>$ m4 -dtael <<\@
define(`aa',`(`')')
ifelse(aa,`(`')', 111, 222)
@
m4trace:1: -1- define(aa, (`')) # m4trace:1: 에서 1 은 라인넘버
m4trace:2: -2- aa -> (`') # -> 로 표시되는 값이 확장결과
m4trace:2: -1- ifelse((), (`'), 111, 222) -> 222 # () 와 (`') 는 값이 틀리다.
222
-------------------------------
$ m4 <<\@
debugmode(`tael') # -d 옵션 대신에 debugmode 매크로 사용
define(`aa',`(`')') # 동일한 결과가 출력된다.
ifelse(aa,`(`')', 111, 222)
@
m4trace:2: -1- define(aa, (`'))
m4trace:3: -2- aa -> (`')
m4trace:3: -1- ifelse((), (`'), 111, 222) -> 222
222
</code></pre><p>따라서 <code>ifelse</code> 매크로 확장 결과로 <code>111</code> 이 나오게 하려면 다음과 같이
<code>aa</code> 매크로의 정의를 변경해 주어야 합니다.</p>
<pre><code>$ m4 -dtael <<\@
define(`aa',``(`')'') # 매크로 aa 의 값을 ``(`')'' 로 변경
ifelse(aa,`(`')', 111, 222)
@
m4trace:1: -1- define(aa, `(`')')
m4trace:2: -2- aa -> `(`')'
m4trace:2: -1- ifelse((`'), (`'), 111, 222) -> 111 # 111 이 출력된다.
111
------------------------------------------
1. define(`aa',``(`')'') 에서 prescan 에의해 quotes 이 한 단계 제거되면
매크로 aa 는 `(`')' 로 정의된다.
2. ifelse(aa, `(`')', 111, 222) 는 aa 매크로 정의에 따라
ifelse(`(`')', `(`')', 111, 222) 가 되고
prescan 에 의해 quotes 이 한 단계 제거되면
최종 결과는 ifelse((`'), (`'), 111, 222) 가 되어 111 로 확장된다.
</code></pre><p><a name="debugfile"></a></p>
<h3 id="debugfile">debugfile</h3>
<blockquote>
<p><strong>debugfile</strong><br><strong>debugfile</strong> ( )<br><strong>debugfile</strong> ( <em>File</em> )<br>매크로의 확장 결과는 void 입니다. </p>
</blockquote>
<p>debug, trace, dumpdef 정보는 기본적으로 STDERR 로 출력이 되는데
m4 명령의 <code>--debugfile</code> 옵션이나 <code>debugfile</code> 매크로를 이용하면 지정한 파일로
출력을 저장할 수 있습니다.
저장은 append 형식으로 되는데 지정한 파일을 open 할 수 없을 경우에는 기존 값이 유지됩니다.
debugfile 매크로를 <code>()</code> 없이 사용하면 다시 출력이 STDERR 로 되고,
인수 값이 없는 <code>debugfile()</code> 형식을 사용하면 출력이 discard 됩니다.</p>
<pre><code>$ m4 <<\@
define(`foo', `Hello World.')
define(`echo', `$@')
traceon(`foo', `echo')
foo
echo(`gnus', `and gnats')
@
m4trace: -1- foo # 디폴트는 STDERR 로 출력
Hello World.
m4trace: -1- echo
gnus,and gnats
-----------------------------
$ m4 <<\@
define(`foo', `Hello World.')
define(`echo', `$@')
traceon(`foo', `echo')
debugfile(`trace1') # debugfile 을 이용해 trace1 파일로 출력
foo
echo(`gnus', `and gnats')
@
Hello World.
gnus,and gnats
$ cat trace1
m4trace: -1- foo
m4trace: -1- echo
</code></pre>
</section>
</div>
</div>
</div>
<a href="./m4_miscellaneous.html" class="navigation navigation-prev navigation-unique" aria-label="Previous page: Miscellaneous"><i class="fa fa-angle-left"></i></a>
</div>
</div>
<script src="gitbook/app.js"></script>
<script src="gitbook/plugins/gitbook-plugin-search/lunr.min.js"></script>
<script src="gitbook/plugins/gitbook-plugin-search/search.js"></script>
<script src="gitbook/plugins/gitbook-plugin-sharing/buttons.js"></script>
<script src="gitbook/plugins/gitbook-plugin-fontsettings/buttons.js"></script>
<script>
require(["gitbook"], function(gitbook) {
var config = {"highlight":{},"search":{"maxIndexSize":1000000},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2}};
gitbook.start(config);
});
</script>
</body>
</html>