.gdbinit 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. define redo
  2. file makeinfo
  3. end
  4. define in
  5. p input_text+input_text_offset
  6. end
  7. define out
  8. p output_paragraph+output_paragraph_offset
  9. end
  10. set env MALLOC_CHECK_ 2
  11. set env ttests ../@tests
  12. #set args -o /tmp/out --no-validate ../@ttests/outside.texi
  13. #set args -o - $ttests/hyphyph.tex
  14. #set args -o - $ttests/sentence-end.texi
  15. # unrecognized command @contents.
  16. #set args -o /dev/null $ttests/contents2.tex
  17. # multiple paragraph @item not indented after @center
  18. #set args -o - $ttests/centerenum.tex
  19. # core dump
  20. #set args -o /dev/null --html $ttests/multit.tex
  21. # all kinds of lossage with @tex expansion
  22. #set args -I../doc --iftex --no-ifinfo -o /dev/null texinfo.txi
  23. # no-headers to stdout should work.
  24. set args -I../doc --no-headers $ttests/contents.tex -o /tmp/xyz
  25. # Using a multi-argument macro to construct node names.
  26. #set args -o - -E $ttests/macro-nodename.xp $ttests/macro-nodename.texi
  27. # @multitable in an indented environment (@defun).
  28. #set args -o - $ttests/multindent.tex
  29. # Lowercasification of @samp arg.
  30. #set args -o - $ttests/casesamp.tex
  31. # Crash reported.
  32. #set args -o /dev/null $ttests/podcrash.tex
  33. # Crash reported here.
  34. #set args -o - $ttests/macro-noparam.tex
  35. # Crashes when multiple files.
  36. #set args -o /dev/null -I $ttests -I /u/karl/gnu/gnuorg /usr/local/gnu/src/make-3.75/make.texinfo tasks.texi
  37. # Crash on redirected indices.
  38. #set args -o - -I $ttests synindex.tex synindex.tex
  39. # Crash on unmacro.
  40. #set args -o /dev/null $ttests/unmacro.tex
  41. # Empty macros not expanded.
  42. #set args -o /dev/null -E $ttests/mac-empty.xp $ttests/mac-empty.tex
  43. # No macro expansion in footnotes.
  44. #set args -o - -E $ttests/mac-footnote.xp $ttests/mac-footnote.tex
  45. #set args -o - -E $ttests/footnote.xp $ttests/footnote.tex
  46. # Output files should get removed on error.
  47. #set args -E $ttests/error.xp $ttests/error.tex
  48. # Should complain about double redirection to stdout.
  49. #set args -E - -o - $ttests/error.tex
  50. # @deftypemethod.
  51. #set args -o - $ttests/deftypemethod.tex
  52. # Core dump on mismatched ifset/end ifclear.
  53. #set args -o - $ttests/setclear.tex
  54. # Missing blank line in nested @table.
  55. #set args -o - $ttests/tablenest.tex
  56. # Chars with high bit set end up with short line lengths.
  57. #set args -o - $ttests/eight.tex
  58. # Macros not expanded if not defined at right place in the file?
  59. #set args -o - $ttests/mac-top.tex
  60. # Weird cross-reference errors. Line numbers off in first.
  61. #set args --force $ttests/gforth.texi
  62. #set args --force $ttests/ref.tex
  63. # Images.
  64. #set args -o - $ttests/image.tex
  65. # Errors in index commands have the line number of the @printindex
  66. # command instead of the source index entry.
  67. # set args -o /dev/null -I$ttests $ttests/indexerr.texi
  68. # Macros not expanded in @uref, @email.
  69. #set args -o /tmp/x -E - $ttests/mac-pack.tex
  70. #set args -o /tmp/uref -E - $ttests/uref.tex
  71. # Incorrect indentation inside @smallexample if @group.
  72. #set args -o - $ttests/dotindent.tex
  73. # Anchor tag tables.
  74. #set args -o /tmp/a $ttests/anchor1.tex
  75. # maybe_brace_args
  76. #set args -o - $ttests/accent.tex
  77. # Error in comment menu items.
  78. #set args -o /dev/null $ttests/menucomment.tex
  79. # @sp ignored in info now.
  80. #set args -o - $ttests/sp.tex
  81. # blank @item in @multitable.
  82. #set args -o - $ttests/multiblank.tex
  83. # blank lines chewed up by @exdent
  84. #set args -o - $ttests/exdentblank.tex
  85. # -- collapsed to - in index.
  86. #set args -o - $ttests/synindex.tex
  87. # split output file at anchor with @anchor before @printindex cp.
  88. #set args -o /tmp/u -I../doc texinfo.txi
  89. # @ifset switches @itemize to @enumerate
  90. #set args -o - $ttests/itemset.tex
  91. # allow braces, no braces, etc as item markers
  92. #set args -o - $ttests/itemspace.tex
  93. # \'s and implicit @quote-arg in macro params
  94. #set args -o - $ttests/mac-quote.tex
  95. # raw html misoutput
  96. #set args --html -o - $ttests/rawhtml.tex
  97. #set args --html tests/html-docdesc.txi
  98. # permissions output in each split html/info file as a comment, also in xml.
  99. #set args --force -I ../doc info-stnd.texi
  100. # @{ in @deffn arg.
  101. #set args -o - $ttests/macbrace.tex
  102. # can't change split directory name.
  103. #set args -I../doc --html -o README.split texinfo.txi
  104. # --xml complains about @sp.
  105. #set args -o - --xml $ttests/sp.tex
  106. # macro expansion ouput first.
  107. set args -o - --html $ttests/macfirst.tex
  108. # crash
  109. set args -o - --docbook $ttests/idxangle.tex
  110. # node positions in tag table don't reflect copying text.
  111. set args -o - $ttests/copyinglong.tex
  112. # @nabla^2 is taken as the macro name, including the ^2.
  113. set args -o - $ttests/math.tex
  114. # seg fault
  115. set args -o /dev/null /nonexistent.texinfo tests/html-min.txi
  116. # infinite error
  117. set args -o - tests/itemize-extra.txi
  118. # --xml?
  119. #set args -o /dev/null --xml $ttests/doclatin1.tex
  120. # seg fault printindex twice
  121. #set args -o - $ttests/index22.tex
  122. # seg fault
  123. #set args -o /dev/null $ttests/lilypond-internals.nexi
  124. # no <html>
  125. #set args -o $ttests/tbook.html --html --no-split $ttests/tbook.tex
  126. # long css seg fault
  127. #set args -o - --html --no-split --css-include=$ttests/test.css $ttests/tbook.tex
  128. # spurious <p> in info output
  129. #set args -o - $ttests/defmacp.tex
  130. #set args -o /dev/null -I ../doc ../doc/info-stnd.texi
  131. #set args -o /dev/null $ttests/env.tex
  132. # css class wrong for lowered sections.
  133. #set args --force -o /tmp/h --html --no-split $ttests/loweraise.tex
  134. # deffnx fails when after conditional.
  135. #set args -o - tests/defxcond.txi
  136. # xml doesn't handle aliases.
  137. #set args --xml -o - $ttests/alias.tex
  138. # warn if @strong{Note:}.
  139. #set args -o - $ttests/markup.tex
  140. # @xml produces <para>.
  141. #set args --xml -o - $ttests/xmlpara.tex
  142. # @example/@verbatim mixup.
  143. #set args --html -o - $ttests/exverb.tex
  144. # no macro expansion in @item of @table.
  145. #set args -E - -o /dev/null $ttests/macitem.tex
  146. # akim seg fault
  147. #set args --commands-in-node-names $ttests/assignments.texi
  148. # no error with --html
  149. #set args -o /dev/null $ttests/htmlsec.tex
  150. # stray null bytes
  151. #set args -I /u/karl/gnu/src/groff/doc -o /dev/null -E groff.out groff.texinfo
  152. # Unknown command `&quot;urgen'.
  153. #set args --html --force -o /tmp/i.out --no-split $ttests/idxaccent.tex
  154. #set args --force -o /tmp/i.out --no-split $ttests/idxangle.tex
  155. # extra blank line
  156. #set args -E - $ttests/mac-idx2.tex -o /dev/null
  157. # old-style anchor names
  158. #set args --html --force -o - --no-split $ttests/nodestar.tex
  159. # lang.c:806: cm_accent_generic_no_headers: Assertion `end > 0' failed.
  160. # so do nothing when end == 0, we're ignoring anyway.
  161. #set args --no-headers accents-in-menu.texi
  162. # local variables with encoding info
  163. set args -o - --enable-encoding $ttests/docenc1.tex
  164. set args -o - --enable-encoding -I tests --no-headers tests/accentenc.txi
  165. set args -o /dev/null --no-split --enable-encoding -I ../doc --no-headers texinfo.txi
  166. # local variables with split files
  167. set args --no-warn --enable-encoding --split-size=150000 $ttests/xe.tex
  168. # escape & in <link> titles
  169. set args -o $ttests/titleamp.out --html $ttests/titleamp.tex
  170. # core dump
  171. set args -o $ttests/imagedump.out $ttests/imagedump.tex
  172. # core dump, memory.
  173. set args -o $ttests/multitabgcal.out $ttests/gcal-bug.tex
  174. # blank line from @anchor in mid-paragraph.
  175. set args -o $ttests/anchorline.out $ttests/anchorline.tex
  176. # core dump.
  177. set args --no-split --html -o $ttests/chart.out $ttests/chart.tex
  178. #set env LANG de
  179. set args -o - --no-headers $ttests/doclang.tex
  180. # misaligned index
  181. set args -I $ks/groff/doc --enable-encoding groff.texinfo
  182. #set args $ttests/idxalign.tex
  183. # spurious </bookinfo>
  184. set args -o /tmp/b.xml --docbook $ttests/binutils.tex
  185. # removing wrong direntry indentation in source
  186. set args -o - $ttests/direntryspace.tex
  187. # seg fault
  188. set args -o /tmp/ --xml $ttests/click.tex
  189. # double ' after @cite
  190. set args -o - $ttests/cite.tex
  191. # conglomerated INFO-DIR-SECTIONs
  192. set args -o - $ttests/dircat2.tex
  193. # seg fault on -- in arg5 to @image
  194. set args -o - $ttests/image--.tex
  195. # seg fault
  196. set args -o - $ttests/formatting.texi