Skip to content
  1. Dec 18, 2012
  2. Dec 17, 2012
  3. Dec 15, 2012
    • Jim Ingham's avatar
      Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage,... · 17fafa15
      Jim Ingham authored
      Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError.  Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk.
      
      llvm-svn: 170266
      17fafa15
    • Greg Clayton's avatar
      <rdar://problem/11990131> · 2e1f745d
      Greg Clayton authored
      Memory read's "repeat" behavior forgets "-t" option. It also formatted the type as hex bytes + ASCII. Now we revert to the default format when displaying types unless the user sets the format option manually.
      
      llvm-svn: 170265
      2e1f745d
    • Greg Clayton's avatar
      <rdar://problem/12156204> · 81409635
      Greg Clayton authored
      x/a print wouldn't always reset the word size to the size of a pointer if a previous memory read using x/<gdb-format> had been used that set it to another width.
      
      llvm-svn: 170264
      81409635
    • Greg Clayton's avatar
      <rdar://problem/12582041> · 3cb4c7d6
      Greg Clayton authored
      _regexp_attach doesn't handle the case where no arguments are provided. It now also handles the case you were you pass options.
      
      llvm-svn: 170262
      3cb4c7d6
    • Sean Callanan's avatar
      Fixed two conditionals that I accidentally · 70386271
      Sean Callanan authored
      reversed in r170152.
      
      <rdar://problem/12886584>
      
      llvm-svn: 170256
      70386271
  4. Dec 14, 2012
  5. Dec 13, 2012
  6. Dec 12, 2012
    • Jim Ingham's avatar
      Added a warning about using the lldb.target, etc. for anything other than... · bd15897f
      Jim Ingham authored
      Added a warning about using the lldb.target, etc. for anything other than convenience when using the
      script command.
      
      llvm-svn: 170014
      bd15897f
    • Enrico Granata's avatar
      <rdar://problem/10898363> · eb17816b
      Enrico Granata authored
      Emitting a warning when defining a summary or a synthetic provider and the function/class name provided does not correspond to a valid scripting object
      
      Also using this chance to edit a few error messages from weird "internal error" markers to actual user-legible data!
      
      llvm-svn: 170013
      eb17816b
Loading