Skip to content
  1. Jan 28, 2014
    • Todd Fiala's avatar
      Modified GDBProcessCommunicationServer to launch via the platform. · b8b49ec9
      Todd Fiala authored
      GDBProcessCommunicationServer now optionally takes a PlatformSP that
      defaults to the default platform for the host.
      GDBProcessCommunicationServer::LaunchProcess () now uses the platform
      to launch the process.
      
      lldb-gdbserver now takes an optional --platform={platform_plugin_name}
      or -p {platform_plugin_name} command line option. If no platform is
      specified, the default platform for the host is used; otherwise, if
      the platform_plugin_name matches a registered platform plugin or
      matches the default platform's name (which is not necessarily
      registered by name in the case of 'host'), that platform is used. If
      the platform name cannot be resolved, lldb-gdbserver exits after
      printing all the available platform plugin names and the default
      platform plugin name.
      
      llvm-svn: 200266
      b8b49ec9
    • Richard Smith's avatar
      Remove dead code; MacroDirective's IsHidden flag is always false. · 2e87e144
      Richard Smith authored
      llvm-svn: 200265
      2e87e144
    • Eric Christopher's avatar
      Reformat slightly. · f07ee3ae
      Eric Christopher authored
      llvm-svn: 200264
      f07ee3ae
    • Greg Clayton's avatar
      Merging the iohandler branch back into main. · 44d93782
      Greg Clayton authored
      The many many benefits include:
      1 - Input/Output/Error streams are now handled as real streams not a push style input
      2 - auto completion in python embedded interpreter
      3 - multi-line input for "script" and "expression" commands now allow you to edit previous/next lines using up and down arrow keys and this makes multi-line input actually a viable thing to use
      4 - it is now possible to use curses to drive LLDB (please try the "gui" command)
      
      We will need to deal with and fix any buildbot failures and tests and arise now that input/output and error are correctly hooked up in all cases.
      
      llvm-svn: 200263
      44d93782
    • Manman Ren's avatar
      PGO branch weight: keep halving the weights until they can fit into · f1cb16e4
      Manman Ren authored
      uint32.
      
      When folding branches to common destination, the updated branch weights
      can exceed uint32 by more than factor of 2. We should keep halving the
      weights until they can fit into uint32.
      
      llvm-svn: 200262
      f1cb16e4
  2. Jan 27, 2014
Loading