Skip to content
  1. Dec 21, 2012
  2. Dec 20, 2012
  3. Dec 19, 2012
  4. Dec 18, 2012
  5. Dec 17, 2012
  6. 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
  7. Dec 14, 2012
Loading