Print this page
OS-3477 lx brand: mdb(1) doesn't find branded symbols
OS-3426 lx brand: dtrace(1M) doesn't find branded symbols

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/librtld_db/common/librtld_db.msg
          +++ new/usr/src/cmd/sgs/librtld_db/common/librtld_db.msg
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
       27 +#
       28 +# Copyright (c) 2014 Joyent, Inc.  All rights reserved.
       29 +#
       30 +
  27   31  # Message file for cmd/sgs/librtld_db.
  28   32  
  29   33  @ MSG_ID_LIBRTLD_DB
  30   34  
  31   35  # There presently seem little point in internationalizing these messages
  32   36  # as they provide debugging information for dbx developers and shouldn't
  33   37  # be see by anyone else.
  34   38  
  35   39  @ _END_
  36   40  
↓ open down ↓ 60 lines elided ↑ open up ↑
  97  101  @ MSG_DB_LOADOBJITER    "rtld_db: rd_loadobj_iter32(dmodel=%d, cb=0x%p, \
  98  102                           d=0x%p)"
  99  103  @ MSG_DB_RDEVENTADDR    "rtld_db: rd_event_addr(event=%d, addr=0x%llx)"
 100  104  @ MSG_DB_RDRESET        "rtld_db: rd_reset(dmodel=%d)"
 101  105  @ MSG_DB_RDEVENTENABLE  "rtld_db: rd_event_enable(dmodel=%d, onoff=%d)"
 102  106  @ MSG_DB_RDEVENTGETMSG  "rtld_db: rd_event_getmsg(dmodel=%d, type=%d, \
 103  107                           state=%d)"
 104  108  @ MSG_DB_RDOBJPADE      "rtld_db: rd_objpad_enable(padsize=0x%llx)"
 105  109  @ MSG_DB_64BIT_PREFIX   "64/"
 106  110  @ MSG_DB_BRAND_HELPERPATH_PREFIX "%s/%s/%s/%s%s_librtld_db.so.1"
 107      -@ MSG_DB_BRAND_HELPERPATH "%s/%s/%s%s_librtld_db.so.1"
      111 +@ MSG_DB_BRAND_HELPERPATH "%s/%s/%s/%s%s_librtld_db.so.1"
 108  112  @ MSG_DB_HELPERNOOPS    "rtld_db: helper lib loaded but ops not preset"
 109  113  @ MSG_DB_HELPERLOADED   "rtld_db: helper library loaded for brand \"%s\""
 110  114  @ MSG_DB_HELPERLOADFAILED "rtld_db: couldn't load brand helper library %s"
 111  115  @ MSG_DB_HELPERINITFAILED "rtld_db: brand helper library initialization failed"
 112  116  
 113  117  @ MSG_ER_OK             "no error"
 114  118  @ MSG_ER_ERR            "generic rtld_db.so error"
 115  119  @ MSG_ER_DBERR          "debugger service failed"
 116  120  @ MSG_ER_NOCAPAB        "capability not available"
 117  121  @ MSG_ER_NODYNAM        "couldn't find '_DYNAMIC'"
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX