Skip to content
  1. May 21, 2013
    • David Blaikie's avatar
      PR14606: Debug Info for namespace aliases/DW_TAG_imported_module · e63d5d16
      David Blaikie authored
      This resolves the last of the PR14606 failures in the GDB 7.5 test
      suite by implementing an optional name field for
      DW_TAG_imported_modules/DIImportedEntities and using that to implement
      C++ namespace aliases (eg: "namespace X = Y;").
      
      llvm-svn: 182328
      e63d5d16
    • Enrico Granata's avatar
      <rdar://problem/13925626> · 0519e142
      Enrico Granata authored
      Replacing an assertion with an error - at least we won’t crash
      
      llvm-svn: 182326
      0519e142
    • Enrico Granata's avatar
      Forgot to check for empty error strings in the previous checkin · caa84cbc
      Enrico Granata authored
      llvm-svn: 182325
      caa84cbc
    • Daniel Dunbar's avatar
      [docs] Minor doc tweaks. · bf2e7b59
      Daniel Dunbar authored
      llvm-svn: 182324
      bf2e7b59
    • Enrico Granata's avatar
      <rdar://problem/13878726> · 84a53dfb
      Enrico Granata authored
      This changes the setting target.load-script-from-symbol-file to be a ternary enum value:
      default (the default value) will NOT load the script files but will issue a warning suggesting workarounds
      yes will load the script files
      no will not load the script files AND will NOT issue any warning
      
      if you change the setting value from default to yes, that will then cause the script files to be loaded
      (the assumption is you didn't know about the setting, got a warning, and quickly want to remedy it)
      
      if you have a settings set command for this in your lldbinit file, be sure to change "true" or "false" into an appropriate "yes" or "no" value
      
      llvm-svn: 182323
      84a53dfb
  2. May 20, 2013
Loading