You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

798 lines
30 KiB

Added all changes from old 4.0 version: PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys Makefile.am: Added support for pstack and libmysqld_dir acconfig.h: MySQL filesystem and PSTACK acinclude.m4: MySQL File system client/mysql.cc: Support for --xml configure.in: Pstack, MySQL FS and libmysqld_dir include/ft_global.h: Faster fulltext include/my_pthread.h: Made c++ safe include/myisam.h: Update for faster fulltext include/mysql_com.h: new my_net_read() include/violite.h: libmysqld libmysql/net.c: New protocol that supports big packets myisam/Makefile.am: Faster fulltext myisam/ft_parser.c: Faster fulltext myisam/ft_search.c: Faster fulltext myisam/ft_update.c: Faster fulltext myisam/ftdefs.h: Faster fulltext myisam/mi_check.c: Faster fulltext myisam/mi_open.c: Faster compressed keys myisam/mi_search.c: Faster compressed keys myisam/mi_update.c: Faster compressed keys myisam/myisamdef.h: Faster compressed keys myisam/sort.c: Faster compressed keys mysql-test/mysql-test-run.sh: --skip-innobase and --skip-bdb sql/ChangeLog: Changelog sql/Makefile.am: PSTACK sql/mysql_priv.h: New ORDER BY options and libmysqld sql/mysqld.cc: PSTACK sql/net_serv.cc: New protocol that supports big packets sql/share/estonian/errmsg.txt: New error messages sql/sql_base.cc: Better list_open_tabels sql/sql_delete.cc: ORDER BY for delete sql/sql_lex.cc: Added language convertation of all strings sql/sql_parse.cc: Changes for libmysqld Use new ORDER BY options sql/sql_show.cc: Character set convertations Use new list_open_tables function. sql/sql_update.cc: UPDATE ... ORDER BY sql/sql_yacc.yy: Clean up symbol definitions DELETE .. ORDER BY UPDATE .. ORDER BY sql/table.h: new OPEN_TABLE_LIST structure BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
25 years ago
Update copyright Fixed memory leak on shutdown (Affects the embedded version & MyODBC) client/client_priv.h: Update copyright client/completion_hash.cc: Update copyright client/completion_hash.h: Update copyright client/connect_test.c: Update copyright client/errmsg.c: Update copyright client/get_password.c: Update copyright client/insert_test.c: Update copyright client/list_test.c: Update copyright client/my_readline.h: Update copyright client/mysql.cc: Update copyright client/mysqladmin.c: Update copyright client/mysqlbinlog.cc: Update copyright client/mysqlcheck.c: Update copyright client/mysqldump.c: Update copyright client/mysqlimport.c: Update copyright client/mysqlmanager-pwgen.c: Update copyright client/mysqlmanagerc.c: Update copyright client/mysqlshow.c: Update copyright client/mysqltest.c: Update copyright client/password.c: Update copyright client/readline.cc: Update copyright client/select_test.c: Update copyright client/showdb_test.c: Update copyright client/sql_string.cc: Update copyright client/sql_string.h: Update copyright client/ssl_test.c: Update copyright client/thimble.cc: Update copyright client/thread_test.c: Update copyright div/deadlock_test.c: Update copyright extra/comp_err.c: Update copyright extra/my_print_defaults.c: Update copyright extra/perror.c: Update copyright extra/replace.c: Update copyright extra/resolve_stack_dump.c: Update copyright extra/resolveip.c: Update copyright fs/database.c: Update copyright fs/libmysqlfs.c: Update copyright fs/mysqlcorbafs.c: Update copyright fs/mysqlcorbafs.h: Update copyright fs/mysqlcorbafs_test.c: Update copyright heap/_check.c: Update copyright heap/_rectest.c: Update copyright heap/heapdef.h: Update copyright heap/hp_block.c: Update copyright heap/hp_clear.c: Update copyright heap/hp_close.c: Update copyright heap/hp_create.c: Update copyright heap/hp_delete.c: Update copyright heap/hp_extra.c: Update copyright heap/hp_hash.c: Update copyright heap/hp_info.c: Update copyright heap/hp_open.c: Update copyright heap/hp_panic.c: Update copyright heap/hp_rename.c: Update copyright heap/hp_rfirst.c: Update copyright heap/hp_rkey.c: Update copyright heap/hp_rlast.c: Update copyright heap/hp_rnext.c: Update copyright heap/hp_rprev.c: Update copyright heap/hp_rrnd.c: Update copyright heap/hp_rsame.c: Update copyright heap/hp_scan.c: Update copyright heap/hp_static.c: Update copyright heap/hp_test1.c: Update copyright heap/hp_test2.c: Update copyright heap/hp_update.c: Update copyright heap/hp_write.c: Update copyright include/config-win.h: Update copyright include/dbug.h: Update copyright include/errmsg.h: Update copyright include/ft_global.h: Update copyright include/getopt.h: Update copyright include/hash.h: Update copyright include/heap.h: Update copyright include/m_ctype.h: Update copyright include/m_string.h: Update copyright include/md5.h: Update copyright include/merge.h: Update copyright include/my_alarm.h: Update copyright include/my_base.h: Update copyright include/my_bitmap.h: Update copyright include/my_dir.h: Update copyright include/my_global.h: Update copyright include/my_list.h: Update copyright include/my_net.h: Update copyright include/my_no_pthread.h: Update copyright include/my_nosys.h: Update copyright include/my_pthread.h: Update copyright include/my_sys.h: Update copyright include/my_tree.h: Update copyright include/myisam.h: Update copyright include/myisammrg.h: Update copyright include/myisampack.h: Update copyright include/mysql.h: Update copyright include/mysql_com.h: Update copyright include/mysql_embed.h: Update copyright include/mysqld_error.h: Update copyright include/mysys_err.h: Update copyright include/nisam.h: Update copyright include/queues.h: Update copyright include/raid.h: Update copyright include/sslopt-case.h: Update copyright include/sslopt-longopts.h: Update copyright include/sslopt-usage.h: Update copyright include/sslopt-vars.h: Update copyright include/t_ctype.h: Update copyright include/thr_alarm.h: Update copyright include/thr_lock.h: Update copyright include/violite.h: Update copyright isam/_cache.c: Update copyright isam/_dbug.c: Update copyright isam/_key.c: Update copyright isam/_locking.c: Update copyright isam/_packrec.c: Update copyright isam/_page.c: Update copyright isam/_search.c: Update copyright isam/_statrec.c: Update copyright isam/changed.c: Update copyright isam/close.c: Update copyright isam/create.c: Update copyright isam/delete.c: Update copyright isam/extra.c: Update copyright isam/info.c: Update copyright isam/isamchk.c: Update copyright isam/isamdef.h: Update copyright isam/log.c: Update copyright isam/open.c: Update copyright isam/panic.c: Update copyright isam/range.c: Update copyright isam/rfirst.c: Update copyright isam/rkey.c: Update copyright isam/rlast.c: Update copyright isam/rnext.c: Update copyright isam/rprev.c: Update copyright isam/rrnd.c: Update copyright isam/rsame.c: Update copyright isam/rsamepos.c: Update copyright isam/sort.c: Update copyright isam/static.c: Update copyright isam/test1.c: Update copyright isam/test2.c: Update copyright isam/test3.c: Update copyright isam/update.c: Update copyright isam/write.c: Update copyright libmysql/conf_to_src.c: Update copyright libmysql/dll.c: Update copyright libmysql/errmsg.c: Update copyright libmysql/get_password.c: Update copyright libmysql/libmysql.c: Update copyright libmysql/manager.c: Update copyright libmysql/net.c: Update copyright libmysql/password.c: Update copyright libmysqld/lib_sql.cc: Update copyright libmysqld/lib_vio.c: Update copyright libmysqld/libmysqld.c: Update copyright merge/mrg_close.c: Update copyright merge/mrg_create.c: Update copyright merge/mrg_def.h: Update copyright merge/mrg_delete.c: Update copyright merge/mrg_extra.c: Update copyright merge/mrg_info.c: Update copyright merge/mrg_locking.c: Update copyright merge/mrg_open.c: Update copyright merge/mrg_panic.c: Update copyright merge/mrg_rrnd.c: Update copyright merge/mrg_rsame.c: Update copyright merge/mrg_static.c: Update copyright merge/mrg_update.c: Update copyright myisam/ft_boolean_search.c: Update copyright myisam/ft_dump.c: Update copyright myisam/ft_eval.h: Update copyright myisam/ft_static.c: Update copyright myisam/ft_stem.c: Update copyright myisam/ft_stopwords.c: Update copyright myisam/ft_test1.h: Update copyright myisam/mi_cache.c: Update copyright myisam/mi_changed.c: Update copyright myisam/mi_check.c: Update copyright myisam/mi_checksum.c: Update copyright myisam/mi_close.c: Update copyright myisam/mi_create.c: Update copyright myisam/mi_dbug.c: Update copyright myisam/mi_delete.c: Update copyright myisam/mi_delete_all.c: Update copyright myisam/mi_delete_table.c: Update copyright myisam/mi_dynrec.c: Update copyright myisam/mi_extra.c: Update copyright myisam/mi_info.c: Update copyright myisam/mi_key.c: Update copyright myisam/mi_locking.c: Update copyright myisam/mi_log.c: Update copyright myisam/mi_open.c: Update copyright myisam/mi_packrec.c: Update copyright myisam/mi_page.c: Update copyright myisam/mi_panic.c: Update copyright myisam/mi_range.c: Update copyright myisam/mi_rename.c: Update copyright myisam/mi_rfirst.c: Update copyright myisam/mi_rlast.c: Update copyright myisam/mi_rnext_same.c: Update copyright myisam/mi_rrnd.c: Update copyright myisam/mi_rsame.c: Update copyright myisam/mi_rsamepos.c: Update copyright myisam/mi_scan.c: Update copyright myisam/mi_search.c: Update copyright myisam/mi_static.c: Update copyright myisam/mi_statrec.c: Update copyright myisam/mi_test1.c: Update copyright myisam/mi_test2.c: Update copyright myisam/mi_test3.c: Update copyright myisam/mi_unique.c: Update copyright myisam/mi_update.c: Update copyright myisam/mi_write.c: Update copyright myisam/myisamchk.c: Update copyright myisam/myisampack.c: Update copyright myisammrg/myrg_close.c: Update copyright myisammrg/myrg_create.c: Update copyright myisammrg/myrg_def.h: Update copyright myisammrg/myrg_delete.c: Update copyright myisammrg/myrg_locking.c: Update copyright myisammrg/myrg_open.c: Update copyright myisammrg/myrg_panic.c: Update copyright myisammrg/myrg_rsame.c: Update copyright myisammrg/myrg_static.c: Update copyright myisammrg/myrg_update.c: Update copyright myisammrg/myrg_write.c: Update copyright mysql-test/r/gcc296.result: Update of benchmark results mysql-test/r/innodb.result: Update of benchmark results mysql-test/r/join_outer.result: Update of benchmark results mysql-test/r/myisam.result: Update of benchmark results mysys/array.c: Update copyright mysys/charset.c: Fix for restart of character sets mysys/checksum.c: Update copyright mysys/default.c: Update copyright mysys/errors.c: Update copyright mysys/getopt.c: Cleanup mysys/getvar.c: Update copyright mysys/hash.c: Update copyright mysys/list.c: Update copyright mysys/make-conf.c: Update copyright mysys/md5.c: Update copyright mysys/mf_brkhant.c: Update copyright mysys/mf_cache.c: Update copyright mysys/mf_casecnv.c: Update copyright mysys/mf_dirname.c: Update copyright mysys/mf_fn_ext.c: Update copyright mysys/mf_format.c: Update copyright mysys/mf_getdate.c: Update copyright mysys/mf_iocache.c: Update copyright mysys/mf_iocache2.c: Update copyright mysys/mf_keycache.c: Update copyright mysys/mf_loadpath.c: Update copyright mysys/mf_pack.c: Update copyright mysys/mf_path.c: Update copyright mysys/mf_qsort.c: Update copyright mysys/mf_qsort2.c: Update copyright mysys/mf_radix.c: Update copyright mysys/mf_same.c: Update copyright mysys/mf_sleep.c: Update copyright mysys/mf_sort.c: Update copyright mysys/mf_soundex.c: Update copyright mysys/mf_stripp.c: Update copyright mysys/mf_tempfile.c: Update copyright mysys/mf_unixpath.c: Update copyright mysys/mf_util.c: Update copyright mysys/mf_wcomp.c: Update copyright mysys/mf_wfile.c: Update copyright mysys/mulalloc.c: Update copyright mysys/my_alarm.c: Update copyright mysys/my_alloc.c: Update copyright mysys/my_append.c: Update copyright mysys/my_bit.c: Update copyright mysys/my_bitmap.c: Update copyright mysys/my_chsize.c: Update copyright mysys/my_clock.c: Update copyright mysys/my_compress.c: Update copyright mysys/my_copy.c: Update copyright mysys/my_create.c: Update copyright mysys/my_delete.c: Update copyright mysys/my_div.c: Update copyright mysys/my_dup.c: Update copyright mysys/my_error.c: Update copyright mysys/my_fopen.c: Update copyright mysys/my_fstream.c: Update copyright mysys/my_getwd.c: Update copyright mysys/my_init.c: Free 'once_alloc' memory at shutdown. mysys/my_lib.c: Update copyright mysys/my_lock.c: Update copyright mysys/my_lockmem.c: Update copyright mysys/my_lread.c: Update copyright mysys/my_lwrite.c: Update copyright mysys/my_malloc.c: Update copyright mysys/my_messnc.c: Update copyright mysys/my_mkdir.c: Update copyright mysys/my_net.c: Update copyright mysys/my_once.c: Update copyright mysys/my_open.c: Update copyright mysys/my_pread.c: Update copyright mysys/my_pthread.c: Update copyright mysys/my_quick.c: Update copyright mysys/my_read.c: Update copyright mysys/my_realloc.c: Update copyright mysys/my_redel.c: Update copyright mysys/my_rename.c: Update copyright mysys/my_seek.c: Update copyright mysys/my_static.c: Update copyright mysys/my_static.h: Update copyright mysys/my_symlink.c: Update copyright mysys/my_symlink2.c: Update copyright mysys/my_tempnam.c: Update copyright mysys/my_thr_init.c: Update copyright mysys/my_vsnprintf.c: Update copyright mysys/my_wincond.c: Update copyright mysys/my_winthread.c: Update copyright mysys/my_write.c: Update copyright mysys/mysys_priv.h: Update copyright mysys/ptr_cmp.c: Update copyright mysys/queues.c: Update copyright mysys/raid.cc: Update copyright mysys/safemalloc.c: Update copyright mysys/string.c: Update copyright mysys/test_charset.c: Update copyright mysys/test_dir.c: Update copyright mysys/test_fn.c: Update copyright mysys/testhash.c: Update copyright mysys/thr_alarm.c: Update copyright mysys/thr_lock.c: Update copyright mysys/thr_mutex.c: Update copyright mysys/thr_rwlock.c: Update copyright mysys/tree.c: Update copyright mysys/typelib.c: Update copyright pstack/debug.c: Update copyright pstack/debug.h: Update copyright pstack/demangle.h: Update copyright pstack/ieee.c: Update copyright pstack/ieee.h: Update copyright pstack/pstack.c: Update copyright readline/bind.c: Cleanup empty lines readline/complete.c: Cleanup empty lines readline/display.c: Cleanup empty lines readline/funmap.c: Cleanup empty lines readline/histexpand.c: Cleanup empty lines readline/histfile.c: Cleanup empty lines readline/history.c: Cleanup empty lines readline/history.h: Cleanup empty lines readline/input.c: Cleanup empty lines readline/kill.c: Cleanup empty lines readline/readline.c: Cleanup empty lines readline/readline.h: Cleanup empty lines readline/vi_mode.c: Cleanup empty lines sql/cache_manager.cc: Update copyright sql/cache_manager.h: Update copyright sql/convert.cc: Update copyright sql/custom_conf.h: Update copyright sql/derror.cc: Update copyright sql/field.cc: Update copyright sql/field.h: Update copyright sql/field_conv.cc: Update copyright sql/filesort.cc: Update copyright sql/frm_crypt.cc: Update copyright sql/ha_berkeley.cc: Update copyright sql/ha_heap.cc: Update copyright sql/ha_heap.h: Update copyright sql/ha_innobase.cc: Update copyright sql/ha_isam.cc: Update copyright sql/ha_isam.h: Update copyright sql/ha_isammrg.cc: Update copyright sql/ha_isammrg.h: Update copyright sql/ha_myisam.cc: Update copyright sql/handler.cc: Update copyright sql/hash_filo.cc: Update copyright sql/hash_filo.h: Update copyright sql/hostname.cc: Update copyright sql/init.cc: Update copyright sql/item.cc: Update copyright sql/item.h: Update copyright sql/item_buff.cc: Update copyright sql/item_cmpfunc.cc: Update copyright sql/item_cmpfunc.h: Update copyright sql/item_create.cc: Update copyright sql/item_create.h: Update copyright sql/item_func.cc: Update copyright sql/item_strfunc.cc: Update copyright sql/item_sum.cc: Update copyright sql/item_sum.h: Update copyright sql/item_timefunc.cc: Update copyright sql/item_timefunc.h: Update copyright sql/item_uniq.cc: Update copyright sql/item_uniq.h: Update copyright sql/key.cc: Update copyright sql/lex_symbol.h: Update copyright sql/lock.cc: Update copyright sql/log.cc: Update copyright sql/log_event.cc: Update copyright sql/log_event.h: Update copyright sql/matherr.c: Update copyright sql/mf_iocache.cc: Update copyright sql/mini_client.cc: Update copyright sql/mini_client.h: Update copyright sql/my_lock.c: Update copyright sql/mysqld.cc: Update copyright sql/net_pkg.cc: Update copyright sql/net_serv.cc: Update copyright sql/opt_sum.cc: Update copyright sql/password.c: Update copyright sql/procedure.cc: Update copyright sql/procedure.h: Update copyright sql/records.cc: Update copyright sql/repl_failsafe.cc: Update copyright sql/slave.cc: Update copyright sql/slave.h: Update copyright sql/sql_acl.cc: Update copyright sql/sql_acl.h: Update copyright sql/sql_analyse.cc: Update copyright sql/sql_analyse.h: Update copyright sql/sql_base.cc: Update copyright sql/sql_cache.cc: Update copyright sql/sql_class.cc: Update copyright sql/sql_class.h: Update copyright sql/sql_crypt.cc: Update copyright sql/sql_crypt.h: Update copyright sql/sql_db.cc: Update copyright sql/sql_delete.cc: Update copyright sql/sql_handler.cc: Update copyright sql/sql_insert.cc: Update copyright sql/sql_lex.cc: Update copyright sql/sql_lex.h: Update copyright sql/sql_list.cc: Update copyright sql/sql_list.h: Update copyright sql/sql_load.cc: Update copyright sql/sql_map.cc: Update copyright sql/sql_map.h: Update copyright sql/sql_parse.cc: Update copyright sql/sql_rename.cc: Update copyright sql/sql_repl.cc: Update copyright sql/sql_select.h: Update copyright sql/sql_string.cc: Update copyright sql/sql_string.h: Update copyright sql/sql_table.cc: Update copyright sql/sql_test.cc: Update copyright sql/sql_udf.cc: Update copyright sql/sql_udf.h: Update copyright sql/stacktrace.c: Update copyright sql/structs.h: Update copyright sql/table.cc: Update copyright sql/table.h: Update copyright sql/thr_malloc.cc: Update copyright sql/time.cc: Update copyright sql/udf_example.cc: Update copyright sql/uniques.cc: Update copyright sql/unireg.cc: Update copyright sql/unireg.h: Update copyright strings/atof.c: Update copyright strings/bchange.c: Update copyright strings/bcmp.c: Update copyright strings/bcopy-duff.c: Update copyright strings/bfill.c: Update copyright strings/bmove.c: Update copyright strings/bmove512.c: Update copyright strings/bmove_upp.c: Update copyright strings/bzero.c: Update copyright strings/conf_to_src.c: Update copyright strings/ctype-big5.c: Update copyright strings/ctype-czech.c: Update copyright strings/ctype-euc_kr.c: Update copyright strings/ctype-gb2312.c: Update copyright strings/ctype-gbk.c: Update copyright strings/ctype-latin1_de.c: Update copyright strings/ctype-sjis.c: Update copyright strings/ctype-tis620.c: Update copyright strings/ctype-ujis.c: Update copyright strings/ctype.c: Update copyright strings/do_ctype.c: Update copyright strings/int2str.c: Update copyright strings/is_prefix.c: Update copyright strings/llstr.c: Update copyright strings/longlong2str.c: Update copyright strings/memcmp.c: Update copyright strings/memcpy.c: Update copyright strings/memset.c: Update copyright strings/r_strinstr.c: Update copyright strings/str2int.c: Update copyright strings/str_test.c: Update copyright strings/strappend.c: Update copyright strings/strcat.c: Update copyright strings/strcend.c: Update copyright strings/strchr.c: Update copyright strings/strcmp.c: Update copyright strings/strcont.c: Update copyright strings/strend.c: Update copyright strings/strfill.c: Update copyright strings/strings-not-used.h: Update copyright strings/strinstr.c: Update copyright strings/strlen.c: Update copyright strings/strmake.c: Update copyright strings/strmov.c: Update copyright strings/strnlen.c: Update copyright strings/strnmov.c: Update copyright strings/strrchr.c: Update copyright strings/strstr.c: Update copyright strings/strto.c: Update copyright strings/strtol.c: Update copyright strings/strtoll.c: Update copyright strings/strtoul.c: Update copyright strings/strtoull.c: Update copyright strings/strxmov.c: Update copyright strings/strxnmov.c: Update copyright strings/t_ctype.h: Update copyright strings/udiv.c: Update copyright tools/mysqlmanager.c: Update copyright vio/test-ssl.c: Update copyright vio/test-sslclient.c: Update copyright vio/test-sslserver.c: Update copyright vio/vio.c: Update copyright vio/viosocket.c: Update copyright vio/viossl.c: Update copyright vio/viosslfactories.c: Update copyright vio/viotest-ssl.c: Update copyright
24 years ago
Added all changes from old 4.0 version: PSTACK, libmysqld and MySQL filesystem UPDATE ... ORDER BY DELETE ... ORDER BY New faster fulltext handling Faster compressed keys Makefile.am: Added support for pstack and libmysqld_dir acconfig.h: MySQL filesystem and PSTACK acinclude.m4: MySQL File system client/mysql.cc: Support for --xml configure.in: Pstack, MySQL FS and libmysqld_dir include/ft_global.h: Faster fulltext include/my_pthread.h: Made c++ safe include/myisam.h: Update for faster fulltext include/mysql_com.h: new my_net_read() include/violite.h: libmysqld libmysql/net.c: New protocol that supports big packets myisam/Makefile.am: Faster fulltext myisam/ft_parser.c: Faster fulltext myisam/ft_search.c: Faster fulltext myisam/ft_update.c: Faster fulltext myisam/ftdefs.h: Faster fulltext myisam/mi_check.c: Faster fulltext myisam/mi_open.c: Faster compressed keys myisam/mi_search.c: Faster compressed keys myisam/mi_update.c: Faster compressed keys myisam/myisamdef.h: Faster compressed keys myisam/sort.c: Faster compressed keys mysql-test/mysql-test-run.sh: --skip-innobase and --skip-bdb sql/ChangeLog: Changelog sql/Makefile.am: PSTACK sql/mysql_priv.h: New ORDER BY options and libmysqld sql/mysqld.cc: PSTACK sql/net_serv.cc: New protocol that supports big packets sql/share/estonian/errmsg.txt: New error messages sql/sql_base.cc: Better list_open_tabels sql/sql_delete.cc: ORDER BY for delete sql/sql_lex.cc: Added language convertation of all strings sql/sql_parse.cc: Changes for libmysqld Use new ORDER BY options sql/sql_show.cc: Character set convertations Use new list_open_tables function. sql/sql_update.cc: UPDATE ... ORDER BY sql/sql_yacc.yy: Clean up symbol definitions DELETE .. ORDER BY UPDATE .. ORDER BY sql/table.h: new OPEN_TABLE_LIST structure BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
25 years ago
  1. /* debug.h -- Describe generic debugging information.
  2. Copyright (C) 1995, 1996 Free Software Foundation, Inc.
  3. Written by Ian Lance Taylor <ian@cygnus.com>.
  4. This file is part of GNU Binutils.
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  16. 02111-1307, USA. */
  17. #ifndef DEBUG_H
  18. #define DEBUG_H
  19. /* This header file describes a generic debugging information format.
  20. We may eventually have readers which convert different formats into
  21. this generic format, and writers which write it out. The initial
  22. impetus for this was writing a convertor from stabs to HP IEEE-695
  23. debugging format. */
  24. /* Different kinds of types. */
  25. enum debug_type_kind
  26. {
  27. /* Not used. */
  28. DEBUG_KIND_ILLEGAL,
  29. /* Indirect via a pointer. */
  30. DEBUG_KIND_INDIRECT,
  31. /* Void. */
  32. DEBUG_KIND_VOID,
  33. /* Integer. */
  34. DEBUG_KIND_INT,
  35. /* Floating point. */
  36. DEBUG_KIND_FLOAT,
  37. /* Complex. */
  38. DEBUG_KIND_COMPLEX,
  39. /* Boolean. */
  40. DEBUG_KIND_BOOL,
  41. /* Struct. */
  42. DEBUG_KIND_STRUCT,
  43. /* Union. */
  44. DEBUG_KIND_UNION,
  45. /* Class. */
  46. DEBUG_KIND_CLASS,
  47. /* Union class (can this really happen?). */
  48. DEBUG_KIND_UNION_CLASS,
  49. /* Enumeration type. */
  50. DEBUG_KIND_ENUM,
  51. /* Pointer. */
  52. DEBUG_KIND_POINTER,
  53. /* Function. */
  54. DEBUG_KIND_FUNCTION,
  55. /* Reference. */
  56. DEBUG_KIND_REFERENCE,
  57. /* Range. */
  58. DEBUG_KIND_RANGE,
  59. /* Array. */
  60. DEBUG_KIND_ARRAY,
  61. /* Set. */
  62. DEBUG_KIND_SET,
  63. /* Based pointer. */
  64. DEBUG_KIND_OFFSET,
  65. /* Method. */
  66. DEBUG_KIND_METHOD,
  67. /* Const qualified type. */
  68. DEBUG_KIND_CONST,
  69. /* Volatile qualified type. */
  70. DEBUG_KIND_VOLATILE,
  71. /* Named type. */
  72. DEBUG_KIND_NAMED,
  73. /* Tagged type. */
  74. DEBUG_KIND_TAGGED
  75. };
  76. /* Different kinds of variables. */
  77. enum debug_var_kind
  78. {
  79. /* Not used. */
  80. DEBUG_VAR_ILLEGAL,
  81. /* A global variable. */
  82. DEBUG_GLOBAL,
  83. /* A static variable. */
  84. DEBUG_STATIC,
  85. /* A local static variable. */
  86. DEBUG_LOCAL_STATIC,
  87. /* A local variable. */
  88. DEBUG_LOCAL,
  89. /* A register variable. */
  90. DEBUG_REGISTER
  91. };
  92. /* Different kinds of function parameters. */
  93. enum debug_parm_kind
  94. {
  95. /* Not used. */
  96. DEBUG_PARM_ILLEGAL,
  97. /* A stack based parameter. */
  98. DEBUG_PARM_STACK,
  99. /* A register parameter. */
  100. DEBUG_PARM_REG,
  101. /* A stack based reference parameter. */
  102. DEBUG_PARM_REFERENCE,
  103. /* A register reference parameter. */
  104. DEBUG_PARM_REF_REG
  105. };
  106. /* Different kinds of visibility. */
  107. enum debug_visibility
  108. {
  109. /* A public field (e.g., a field in a C struct). */
  110. DEBUG_VISIBILITY_PUBLIC,
  111. /* A protected field. */
  112. DEBUG_VISIBILITY_PROTECTED,
  113. /* A private field. */
  114. DEBUG_VISIBILITY_PRIVATE,
  115. /* A field which should be ignored. */
  116. DEBUG_VISIBILITY_IGNORE
  117. };
  118. /* A type. */
  119. typedef struct debug_type *debug_type;
  120. #define DEBUG_TYPE_NULL ((debug_type) NULL)
  121. /* A field in a struct or union. */
  122. typedef struct debug_field *debug_field;
  123. #define DEBUG_FIELD_NULL ((debug_field) NULL)
  124. /* A base class for an object. */
  125. typedef struct debug_baseclass *debug_baseclass;
  126. #define DEBUG_BASECLASS_NULL ((debug_baseclass) NULL)
  127. /* A method of an object. */
  128. typedef struct debug_method *debug_method;
  129. #define DEBUG_METHOD_NULL ((debug_method) NULL)
  130. /* The arguments to a method function of an object. These indicate
  131. which method to run. */
  132. typedef struct debug_method_variant *debug_method_variant;
  133. #define DEBUG_METHOD_VARIANT_NULL ((debug_method_variant) NULL)
  134. /* This structure is passed to debug_write. It holds function
  135. pointers that debug_write will call based on the accumulated
  136. debugging information. */
  137. struct debug_write_fns
  138. {
  139. /* This is called at the start of each new compilation unit with the
  140. name of the main file in the new unit. */
  141. boolean (*start_compilation_unit) PARAMS ((PTR, const char *));
  142. /* This is called at the start of each source file within a
  143. compilation unit, before outputting any global information for
  144. that file. The argument is the name of the file. */
  145. boolean (*start_source) PARAMS ((PTR, const char *));
  146. /* Each writer must keep a stack of types. */
  147. /* Push an empty type onto the type stack. This type can appear if
  148. there is a reference to a type which is never defined. */
  149. boolean (*empty_type) PARAMS ((PTR));
  150. /* Push a void type onto the type stack. */
  151. boolean (*void_type) PARAMS ((PTR));
  152. /* Push an integer type onto the type stack, given the size and
  153. whether it is unsigned. */
  154. boolean (*int_type) PARAMS ((PTR, unsigned int, boolean));
  155. /* Push a floating type onto the type stack, given the size. */
  156. boolean (*float_type) PARAMS ((PTR, unsigned int));
  157. /* Push a complex type onto the type stack, given the size. */
  158. boolean (*complex_type) PARAMS ((PTR, unsigned int));
  159. /* Push a boolean type onto the type stack, given the size. */
  160. boolean (*bool_type) PARAMS ((PTR, unsigned int));
  161. /* Push an enum type onto the type stack, given the tag, a NULL
  162. terminated array of names and the associated values. If there is
  163. no tag, the tag argument will be NULL. If this is an undefined
  164. enum, the names and values arguments will be NULL. */
  165. boolean (*enum_type) PARAMS ((PTR, const char *, const char **,
  166. bfd_signed_vma *));
  167. /* Pop the top type on the type stack, and push a pointer to that
  168. type onto the type stack. */
  169. boolean (*pointer_type) PARAMS ((PTR));
  170. /* Push a function type onto the type stack. The second argument
  171. indicates the number of argument types that have been pushed onto
  172. the stack. If the number of argument types is passed as -1, then
  173. the argument types of the function are unknown, and no types have
  174. been pushed onto the stack. The third argument is true if the
  175. function takes a variable number of arguments. The return type
  176. of the function is pushed onto the type stack below the argument
  177. types, if any. */
  178. boolean (*function_type) PARAMS ((PTR, int, boolean));
  179. /* Pop the top type on the type stack, and push a reference to that
  180. type onto the type stack. */
  181. boolean (*reference_type) PARAMS ((PTR));
  182. /* Pop the top type on the type stack, and push a range of that type
  183. with the given lower and upper bounds onto the type stack. */
  184. boolean (*range_type) PARAMS ((PTR, bfd_signed_vma, bfd_signed_vma));
  185. /* Push an array type onto the type stack. The top type on the type
  186. stack is the range, and the next type on the type stack is the
  187. element type. These should be popped before the array type is
  188. pushed. The arguments are the lower bound, the upper bound, and
  189. whether the array is a string. */
  190. boolean (*array_type) PARAMS ((PTR, bfd_signed_vma, bfd_signed_vma,
  191. boolean));
  192. /* Pop the top type on the type stack, and push a set of that type
  193. onto the type stack. The argument indicates whether this set is
  194. a bitstring. */
  195. boolean (*set_type) PARAMS ((PTR, boolean));
  196. /* Push an offset type onto the type stack. The top type on the
  197. type stack is the target type, and the next type on the type
  198. stack is the base type. These should be popped before the offset
  199. type is pushed. */
  200. boolean (*offset_type) PARAMS ((PTR));
  201. /* Push a method type onto the type stack. If the second argument
  202. is true, the top type on the stack is the class to which the
  203. method belongs; otherwise, the class must be determined by the
  204. class to which the method is attached. The third argument is the
  205. number of argument types; these are pushed onto the type stack in
  206. reverse order (the first type popped is the last argument to the
  207. method). A value of -1 for the third argument means that no
  208. argument information is available. The fourth argument is true
  209. if the function takes a variable number of arguments. The next
  210. type on the type stack below the domain and the argument types is
  211. the return type of the method. All these types must be popped,
  212. and then the method type must be pushed. */
  213. boolean (*method_type) PARAMS ((PTR, boolean, int, boolean));
  214. /* Pop the top type off the type stack, and push a const qualified
  215. version of that type onto the type stack. */
  216. boolean (*const_type) PARAMS ((PTR));
  217. /* Pop the top type off the type stack, and push a volatile
  218. qualified version of that type onto the type stack. */
  219. boolean (*volatile_type) PARAMS ((PTR));
  220. /* Start building a struct. This is followed by calls to the
  221. struct_field function, and finished by a call to the
  222. end_struct_type function. The second argument is the tag; this
  223. will be NULL if there isn't one. If the second argument is NULL,
  224. the third argument is a constant identifying this struct for use
  225. with tag_type. The fourth argument is true for a struct, false
  226. for a union. The fifth argument is the size. If this is an
  227. undefined struct or union, the size will be 0 and struct_field
  228. will not be called before end_struct_type is called. */
  229. boolean (*start_struct_type) PARAMS ((PTR, const char *, unsigned int,
  230. boolean, unsigned int));
  231. /* Add a field to the struct type currently being built. The type
  232. of the field should be popped off the type stack. The arguments
  233. are the name, the bit position, the bit size (may be zero if the
  234. field is not packed), and the visibility. */
  235. boolean (*struct_field) PARAMS ((PTR, const char *, bfd_vma, bfd_vma,
  236. enum debug_visibility));
  237. /* Finish building a struct, and push it onto the type stack. */
  238. boolean (*end_struct_type) PARAMS ((PTR));
  239. /* Start building a class. This is followed by calls to several
  240. functions: struct_field, class_static_member, class_baseclass,
  241. class_start_method, class_method_variant,
  242. class_static_method_variant, and class_end_method. The class is
  243. finished by a call to end_class_type. The first five arguments
  244. are the same as for start_struct_type. The sixth argument is
  245. true if there is a virtual function table; if there is, the
  246. seventh argument is true if the virtual function table can be
  247. found in the type itself, and is false if the type of the object
  248. holding the virtual function table should be popped from the type
  249. stack. */
  250. boolean (*start_class_type) PARAMS ((PTR, const char *, unsigned int,
  251. boolean, unsigned int, boolean,
  252. boolean));
  253. /* Add a static member to the class currently being built. The
  254. arguments are the field name, the physical name, and the
  255. visibility. The type must be popped off the type stack. */
  256. boolean (*class_static_member) PARAMS ((PTR, const char *, const char *,
  257. enum debug_visibility));
  258. /* Add a baseclass to the class currently being built. The type of
  259. the baseclass must be popped off the type stack. The arguments
  260. are the bit position, whether the class is virtual, and the
  261. visibility. */
  262. boolean (*class_baseclass) PARAMS ((PTR, bfd_vma, boolean,
  263. enum debug_visibility));
  264. /* Start adding a method to the class currently being built. This
  265. is followed by calls to class_method_variant and
  266. class_static_method_variant to describe different variants of the
  267. method which take different arguments. The method is finished
  268. with a call to class_end_method. The argument is the method
  269. name. */
  270. boolean (*class_start_method) PARAMS ((PTR, const char *));
  271. /* Describe a variant to the class method currently being built.
  272. The type of the variant must be popped off the type stack. The
  273. second argument is the physical name of the function. The
  274. following arguments are the visibility, whether the variant is
  275. const, whether the variant is volatile, the offset in the virtual
  276. function table, and whether the context is on the type stack
  277. (below the variant type). */
  278. boolean (*class_method_variant) PARAMS ((PTR, const char *,
  279. enum debug_visibility,
  280. boolean, boolean,
  281. bfd_vma, boolean));
  282. /* Describe a static variant to the class method currently being
  283. built. The arguments are the same as for class_method_variant,
  284. except that the last two arguments are omitted. The type of the
  285. variant must be popped off the type stack. */
  286. boolean (*class_static_method_variant) PARAMS ((PTR, const char *,
  287. enum debug_visibility,
  288. boolean, boolean));
  289. /* Finish describing a class method. */
  290. boolean (*class_end_method) PARAMS ((PTR));
  291. /* Finish describing a class, and push it onto the type stack. */
  292. boolean (*end_class_type) PARAMS ((PTR));
  293. /* Push a type on the stack which was given a name by an earlier
  294. call to typdef. */
  295. boolean (*typedef_type) PARAMS ((PTR, const char *));
  296. /* Push a tagged type on the stack which was defined earlier. If
  297. the second argument is not NULL, the type was defined by a call
  298. to tag. If the second argument is NULL, the type was defined by
  299. a call to start_struct_type or start_class_type with a tag of
  300. NULL and the number of the third argument. Either way, the
  301. fourth argument is the tag kind. Note that this may be called
  302. for a struct (class) being defined, in between the call to
  303. start_struct_type (start_class_type) and the call to
  304. end_struct_type (end_class_type). */
  305. boolean (*tag_type) PARAMS ((PTR, const char *, unsigned int,
  306. enum debug_type_kind));
  307. /* Pop the type stack, and typedef it to the given name. */
  308. boolean (*typdef) PARAMS ((PTR, const char *));
  309. /* Pop the type stack, and declare it as a tagged struct or union or
  310. enum or whatever. The tag passed down here is redundant, since
  311. was also passed when enum_type, start_struct_type, or
  312. start_class_type was called. */
  313. boolean (*tag) PARAMS ((PTR, const char *));
  314. /* This is called to record a named integer constant. */
  315. boolean (*int_constant) PARAMS ((PTR, const char *, bfd_vma));
  316. /* This is called to record a named floating point constant. */
  317. boolean (*float_constant) PARAMS ((PTR, const char *, double));
  318. /* This is called to record a typed integer constant. The type is
  319. popped off the type stack. */
  320. boolean (*typed_constant) PARAMS ((PTR, const char *, bfd_vma));
  321. /* This is called to record a variable. The type is popped off the
  322. type stack. */
  323. boolean (*variable) PARAMS ((PTR, const char *, enum debug_var_kind,
  324. bfd_vma));
  325. /* Start writing out a function. The return type must be popped off
  326. the stack. The boolean is true if the function is global. This
  327. is followed by calls to function_parameter, followed by block
  328. information. */
  329. boolean (*start_function) PARAMS ((PTR, const char *, boolean));
  330. /* Record a function parameter for the current function. The type
  331. must be popped off the stack. */
  332. boolean (*function_parameter) PARAMS ((PTR, const char *,
  333. enum debug_parm_kind, bfd_vma));
  334. /* Start writing out a block. There is at least one top level block
  335. per function. Blocks may be nested. The argument is the
  336. starting address of the block. */
  337. boolean (*start_block) PARAMS ((PTR, bfd_vma));
  338. /* Finish writing out a block. The argument is the ending address
  339. of the block. */
  340. boolean (*end_block) PARAMS ((PTR, bfd_vma));
  341. /* Finish writing out a function. */
  342. boolean (*end_function) PARAMS ((PTR));
  343. /* Record line number information for the current compilation unit. */
  344. boolean (*lineno) PARAMS ((PTR, const char *, unsigned long, bfd_vma));
  345. };
  346. /* Exported functions. */
  347. /* The first argument to most of these functions is a handle. This
  348. handle is returned by the debug_init function. The purpose of the
  349. handle is to permit the debugging routines to not use static
  350. variables, and hence to be reentrant. This would be useful for a
  351. program which wanted to handle two executables simultaneously. */
  352. /* Return a debugging handle. */
  353. extern PTR debug_init PARAMS ((void));
  354. /* Set the source filename. This implicitly starts a new compilation
  355. unit. */
  356. extern boolean debug_set_filename PARAMS ((PTR, const char *));
  357. /* Change source files to the given file name. This is used for
  358. include files in a single compilation unit. */
  359. extern boolean debug_start_source PARAMS ((PTR, const char *));
  360. /* Record a function definition. This implicitly starts a function
  361. block. The debug_type argument is the type of the return value.
  362. The boolean indicates whether the function is globally visible.
  363. The bfd_vma is the address of the start of the function. Currently
  364. the parameter types are specified by calls to
  365. debug_record_parameter. */
  366. extern boolean debug_record_function
  367. PARAMS ((PTR, const char *, debug_type, boolean, bfd_vma));
  368. /* Record a parameter for the current function. */
  369. extern boolean debug_record_parameter
  370. PARAMS ((PTR, const char *, debug_type, enum debug_parm_kind, bfd_vma));
  371. /* End a function definition. The argument is the address where the
  372. function ends. */
  373. extern boolean debug_end_function PARAMS ((PTR, bfd_vma));
  374. /* Start a block in a function. All local information will be
  375. recorded in this block, until the matching call to debug_end_block.
  376. debug_start_block and debug_end_block may be nested. The argument
  377. is the address at which this block starts. */
  378. extern boolean debug_start_block PARAMS ((PTR, bfd_vma));
  379. /* Finish a block in a function. This matches the call to
  380. debug_start_block. The argument is the address at which this block
  381. ends. */
  382. extern boolean debug_end_block PARAMS ((PTR, bfd_vma));
  383. /* Associate a line number in the current source file with a given
  384. address. */
  385. extern boolean debug_record_line PARAMS ((PTR, unsigned long, bfd_vma));
  386. /* Start a named common block. This is a block of variables that may
  387. move in memory. */
  388. extern boolean debug_start_common_block PARAMS ((PTR, const char *));
  389. /* End a named common block. */
  390. extern boolean debug_end_common_block PARAMS ((PTR, const char *));
  391. /* Record a named integer constant. */
  392. extern boolean debug_record_int_const PARAMS ((PTR, const char *, bfd_vma));
  393. /* Record a named floating point constant. */
  394. extern boolean debug_record_float_const PARAMS ((PTR, const char *, double));
  395. /* Record a typed constant with an integral value. */
  396. extern boolean debug_record_typed_const
  397. PARAMS ((PTR, const char *, debug_type, bfd_vma));
  398. /* Record a label. */
  399. extern boolean debug_record_label
  400. PARAMS ((PTR, const char *, debug_type, bfd_vma));
  401. /* Record a variable. */
  402. extern boolean debug_record_variable
  403. PARAMS ((PTR, const char *, debug_type, enum debug_var_kind, bfd_vma));
  404. /* Make an indirect type. The first argument is a pointer to the
  405. location where the real type will be placed. The second argument
  406. is the type tag, if there is one; this may be NULL; the only
  407. purpose of this argument is so that debug_get_type_name can return
  408. something useful. This function may be used when a type is
  409. referenced before it is defined. */
  410. extern debug_type debug_make_indirect_type
  411. PARAMS ((PTR, debug_type *, const char *));
  412. /* Make a void type. */
  413. extern debug_type debug_make_void_type PARAMS ((PTR));
  414. /* Make an integer type of a given size. The boolean argument is true
  415. if the integer is unsigned. */
  416. extern debug_type debug_make_int_type PARAMS ((PTR, unsigned int, boolean));
  417. /* Make a floating point type of a given size. FIXME: On some
  418. platforms, like an Alpha, you probably need to be able to specify
  419. the format. */
  420. extern debug_type debug_make_float_type PARAMS ((PTR, unsigned int));
  421. /* Make a boolean type of a given size. */
  422. extern debug_type debug_make_bool_type PARAMS ((PTR, unsigned int));
  423. /* Make a complex type of a given size. */
  424. extern debug_type debug_make_complex_type PARAMS ((PTR, unsigned int));
  425. /* Make a structure type. The second argument is true for a struct,
  426. false for a union. The third argument is the size of the struct.
  427. The fourth argument is a NULL terminated array of fields. */
  428. extern debug_type debug_make_struct_type
  429. PARAMS ((PTR, boolean, bfd_vma, debug_field *));
  430. /* Make an object type. The first three arguments after the handle
  431. are the same as for debug_make_struct_type. The next arguments are
  432. a NULL terminated array of base classes, a NULL terminated array of
  433. methods, the type of the object holding the virtual function table
  434. if it is not this object, and a boolean which is true if this
  435. object has its own virtual function table. */
  436. extern debug_type debug_make_object_type
  437. PARAMS ((PTR, boolean, bfd_vma, debug_field *, debug_baseclass *,
  438. debug_method *, debug_type, boolean));
  439. /* Make an enumeration type. The arguments are a null terminated
  440. array of strings, and an array of corresponding values. */
  441. extern debug_type debug_make_enum_type
  442. PARAMS ((PTR, const char **, bfd_signed_vma *));
  443. /* Make a pointer to a given type. */
  444. extern debug_type debug_make_pointer_type
  445. PARAMS ((PTR, debug_type));
  446. /* Make a function type. The second argument is the return type. The
  447. third argument is a NULL terminated array of argument types. The
  448. fourth argument is true if the function takes a variable number of
  449. arguments. If the third argument is NULL, then the argument types
  450. are unknown. */
  451. extern debug_type debug_make_function_type
  452. PARAMS ((PTR, debug_type, debug_type *, boolean));
  453. /* Make a reference to a given type. */
  454. extern debug_type debug_make_reference_type PARAMS ((PTR, debug_type));
  455. /* Make a range of a given type from a lower to an upper bound. */
  456. extern debug_type debug_make_range_type
  457. PARAMS ((PTR, debug_type, bfd_signed_vma, bfd_signed_vma));
  458. /* Make an array type. The second argument is the type of an element
  459. of the array. The third argument is the type of a range of the
  460. array. The fourth and fifth argument are the lower and upper
  461. bounds, respectively (if the bounds are not known, lower should be
  462. 0 and upper should be -1). The sixth argument is true if this
  463. array is actually a string, as in C. */
  464. extern debug_type debug_make_array_type
  465. PARAMS ((PTR, debug_type, debug_type, bfd_signed_vma, bfd_signed_vma,
  466. boolean));
  467. /* Make a set of a given type. For example, a Pascal set type. The
  468. boolean argument is true if this set is actually a bitstring, as in
  469. CHILL. */
  470. extern debug_type debug_make_set_type PARAMS ((PTR, debug_type, boolean));
  471. /* Make a type for a pointer which is relative to an object. The
  472. second argument is the type of the object to which the pointer is
  473. relative. The third argument is the type that the pointer points
  474. to. */
  475. extern debug_type debug_make_offset_type
  476. PARAMS ((PTR, debug_type, debug_type));
  477. /* Make a type for a method function. The second argument is the
  478. return type. The third argument is the domain. The fourth
  479. argument is a NULL terminated array of argument types. The fifth
  480. argument is true if the function takes a variable number of
  481. arguments, in which case the array of argument types indicates the
  482. types of the first arguments. The domain and the argument array
  483. may be NULL, in which case this is a stub method and that
  484. information is not available. Stabs debugging uses this, and gets
  485. the argument types from the mangled name. */
  486. extern debug_type debug_make_method_type
  487. PARAMS ((PTR, debug_type, debug_type, debug_type *, boolean));
  488. /* Make a const qualified version of a given type. */
  489. extern debug_type debug_make_const_type PARAMS ((PTR, debug_type));
  490. /* Make a volatile qualified version of a given type. */
  491. extern debug_type debug_make_volatile_type PARAMS ((PTR, debug_type));
  492. /* Make an undefined tagged type. For example, a struct which has
  493. been mentioned, but not defined. */
  494. extern debug_type debug_make_undefined_tagged_type
  495. PARAMS ((PTR, const char *, enum debug_type_kind));
  496. /* Make a base class for an object. The second argument is the base
  497. class type. The third argument is the bit position of this base
  498. class in the object. The fourth argument is whether this is a
  499. virtual class. The fifth argument is the visibility of the base
  500. class. */
  501. extern debug_baseclass debug_make_baseclass
  502. PARAMS ((PTR, debug_type, bfd_vma, boolean, enum debug_visibility));
  503. /* Make a field for a struct. The second argument is the name. The
  504. third argument is the type of the field. The fourth argument is
  505. the bit position of the field. The fifth argument is the size of
  506. the field (it may be zero). The sixth argument is the visibility
  507. of the field. */
  508. extern debug_field debug_make_field
  509. PARAMS ((PTR, const char *, debug_type, bfd_vma, bfd_vma,
  510. enum debug_visibility));
  511. /* Make a static member of an object. The second argument is the
  512. name. The third argument is the type of the member. The fourth
  513. argument is the physical name of the member (i.e., the name as a
  514. global variable). The fifth argument is the visibility of the
  515. member. */
  516. extern debug_field debug_make_static_member
  517. PARAMS ((PTR, const char *, debug_type, const char *,
  518. enum debug_visibility));
  519. /* Make a method. The second argument is the name, and the third
  520. argument is a NULL terminated array of method variants. Each
  521. method variant is a method with this name but with different
  522. argument types. */
  523. extern debug_method debug_make_method
  524. PARAMS ((PTR, const char *, debug_method_variant *));
  525. /* Make a method variant. The second argument is the physical name of
  526. the function. The third argument is the type of the function,
  527. probably constructed by debug_make_method_type. The fourth
  528. argument is the visibility. The fifth argument is whether this is
  529. a const function. The sixth argument is whether this is a volatile
  530. function. The seventh argument is the index in the virtual
  531. function table, if any. The eighth argument is the virtual
  532. function context. */
  533. extern debug_method_variant debug_make_method_variant
  534. PARAMS ((PTR, const char *, debug_type, enum debug_visibility, boolean,
  535. boolean, bfd_vma, debug_type));
  536. /* Make a static method argument. The arguments are the same as for
  537. debug_make_method_variant, except that the last two are omitted
  538. since a static method can not also be virtual. */
  539. extern debug_method_variant debug_make_static_method_variant
  540. PARAMS ((PTR, const char *, debug_type, enum debug_visibility, boolean,
  541. boolean));
  542. /* Name a type. This returns a new type with an attached name. */
  543. extern debug_type debug_name_type PARAMS ((PTR, const char *, debug_type));
  544. /* Give a tag to a type, such as a struct or union. This returns a
  545. new type with an attached tag. */
  546. extern debug_type debug_tag_type PARAMS ((PTR, const char *, debug_type));
  547. /* Record the size of a given type. */
  548. extern boolean debug_record_type_size PARAMS ((PTR, debug_type, unsigned int));
  549. /* Find a named type. */
  550. extern debug_type debug_find_named_type PARAMS ((PTR, const char *));
  551. /* Find a tagged type. */
  552. extern debug_type debug_find_tagged_type
  553. PARAMS ((PTR, const char *, enum debug_type_kind));
  554. /* Get the kind of a type. */
  555. extern enum debug_type_kind debug_get_type_kind PARAMS ((PTR, debug_type));
  556. /* Get the name of a type. */
  557. extern const char *debug_get_type_name PARAMS ((PTR, debug_type));
  558. /* Get the size of a type. */
  559. extern bfd_vma debug_get_type_size PARAMS ((PTR, debug_type));
  560. /* Get the return type of a function or method type. */
  561. extern debug_type debug_get_return_type PARAMS ((PTR, debug_type));
  562. /* Get the NULL terminated array of parameter types for a function or
  563. method type (actually, parameter types are not currently stored for
  564. function types). This may be used to determine whether a method
  565. type is a stub method or not. The last argument points to a
  566. boolean which is set to true if the function takes a variable
  567. number of arguments. */
  568. extern const debug_type *debug_get_parameter_types PARAMS ((PTR,
  569. debug_type,
  570. boolean *));
  571. /* Get the target type of a pointer or reference or const or volatile
  572. type. */
  573. extern debug_type debug_get_target_type PARAMS ((PTR, debug_type));
  574. /* Get the NULL terminated array of fields for a struct, union, or
  575. class. */
  576. extern const debug_field *debug_get_fields PARAMS ((PTR, debug_type));
  577. /* Get the type of a field. */
  578. extern debug_type debug_get_field_type PARAMS ((PTR, debug_field));
  579. /* Get the name of a field. */
  580. extern const char *debug_get_field_name PARAMS ((PTR, debug_field));
  581. /* Get the bit position of a field within the containing structure.
  582. If the field is a static member, this will return (bfd_vma) -1. */
  583. extern bfd_vma debug_get_field_bitpos PARAMS ((PTR, debug_field));
  584. /* Get the bit size of a field. If the field is a static member, this
  585. will return (bfd_vma) -1. */
  586. extern bfd_vma debug_get_field_bitsize PARAMS ((PTR, debug_field));
  587. /* Get the visibility of a field. */
  588. extern enum debug_visibility debug_get_field_visibility
  589. PARAMS ((PTR, debug_field));
  590. /* Get the physical name of a field, if it is a static member. If the
  591. field is not a static member, this will return NULL. */
  592. extern const char *debug_get_field_physname PARAMS ((PTR, debug_field));
  593. /* Write out the recorded debugging information. This takes a set of
  594. function pointers which are called to do the actual writing. The
  595. first PTR is the debugging handle. The second PTR is a handle
  596. which is passed to the functions. */
  597. extern boolean debug_write PARAMS ((PTR, const struct debug_write_fns *, PTR));
  598. #endif /* DEBUG_H */