Skip to content
  1. Feb 02, 2013
    • Greg Clayton's avatar
      <rdar://problem/13050227> · 6bade327
      Greg Clayton authored
      Added a regular expression command called "_regexp-list" which mimics the GDB "line" command in the following forms:
      
      LINENUM, to list around that line in current file,
      FILE:LINENUM, to list around that line in that file,
      FUNCTION, to list around beginning of that function,
      *ADDRESS, to list around the line containing that address.
      ADDRESS, same as above, but don't require a '*' as long as ADDRESS is hex
      
      llvm-svn: 174233
      6bade327
    • Bill Schmidt's avatar
      Add notes about future PowerPC features · cc99a2f6
      Bill Schmidt authored
      llvm-svn: 174232
      cc99a2f6
    • Greg Clayton's avatar
      <rdar://problem/12693921> · ba4a0a5d
      Greg Clayton authored
      Added the ability to send monitor command to the remote GDB server with "process plugin packet monitor".
      
      llvm-svn: 174231
      ba4a0a5d
  2. Feb 01, 2013
Loading