Skip to content
  1. Feb 25, 2011
  2. Feb 24, 2011
    • Benjamin Kramer's avatar
    • Greg Clayton's avatar
      Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. · 71337622
      Greg Clayton authored
      Modifed lldb_private::Process to be able to handle connecting to a remote 
      target that isn't running a process. This leaves lldb_private::Process in the
      eStateConnected state from which we can then do an attach or launch.
      
      Modified ProcessGDBRemote to be able to set stdin, stdout, stderr, working
      dir, disable ASLR and a few other settings down by using new GDB remote 
      packets. This allows us to keep all of our current launch flags and settings
      intact and still be able to communicate them over to the remote GDB server.
      Previously these were being sent as arguments to the debugserver binary that
      we were spawning. Also modified ProcessGDBRemote to handle losing connection
      to the remote GDB server and always exit immediately. We do this by watching
      the lldb_private::Communication event bit for the read thread exiting in the
      ProcessGDBRemote async thread.
      
      Added support for many of the new 'Q' packets for setting stdin, stdout,
      stderr, working dir and disable ASLR to the GDBRemoteCommunication class for
      easy accesss.
      
      Modified debugserver for all of the new 'Q' packets and also made it so that
      debugserver always exists if it loses connection with the remote debugger.
      
      llvm-svn: 126444
      71337622
    • Joerg Sonnenberger's avatar
      Restore r125595 (reverted in r126336) with modifications: · afb36fad
      Joerg Sonnenberger authored
      Introduce a variable in the AsmParserExtension whether [] is valid in an
      expression. If it is true, parse them like (). Enable this for ELF only.
      
      llvm-svn: 126443
      afb36fad
    • Johnny Chen's avatar
      Fix typos in the opcode entries for branch instructions. · a517bae7
      Johnny Chen authored
      llvm-svn: 126442
      a517bae7
Loading