Skip to content
  1. Mar 08, 2019
  2. Mar 07, 2019
    • Jonas Devlieghere's avatar
      Make bytes_read an unsigned · 8d359c14
      Jonas Devlieghere authored
      llvm-svn: 355651
      8d359c14
    • Jonas Devlieghere's avatar
      Remove unused function · 4e7301ec
      Jonas Devlieghere authored
      llvm-svn: 355650
      4e7301ec
    • Jonas Devlieghere's avatar
      [SBAPI] Log from record macro · 581af8b0
      Jonas Devlieghere authored
      The current record macros already log the function being called. This
      patch extends the macros to also log their input arguments and removes
      explicit logging from the SB API.
      
      This might degrade the amount of information in some cases (because of
      smarter casts or efforts to log return values). However I think this is
      outweighed by the increased coverage and consistency. Furthermore, using
      the reproducer infrastructure, diagnosing bugs in the API layer should
      become much easier compared to relying on log messages.
      
      Differential revision: https://reviews.llvm.org/D59101
      
      llvm-svn: 355649
      581af8b0
    • Alex Langford's avatar
      Fix TestPaths.py on windows · d672e533
      Alex Langford authored
      I committed an implementation of GetClangResourceDir on windows but
      forgot to update this test. I merged the tests like I intended to, but I
      realized that the test was actually failing. After looking into it, it
      appears that FileSystem::Resolve was taking the path and setting
      the FileSpec's Directory to "/path/to/lldb/lib/clang/" and the File to
      "9.0.0" which isn't what we want. So I removed the resolve line from
      DefaultComputeClangResourceDir.
      
      llvm-svn: 355648
      d672e533
    • Frederic Riss's avatar
      Add logging to TestQueues.py · 46fac9c4
      Frederic Riss authored
      In an attempt to understand why the test is still failing after r355555,
      add some logging.
      
      llvm-svn: 355647
      46fac9c4
    • Adrian Prantl's avatar
      d61c80b8
    • Mitch Phillips's avatar
      [GN] Locate prebuilt binaries correctly. · c90886b9
      Mitch Phillips authored
      Use the system shell to see if we can find a 'gn' binary on $PATH. This solves the error wherein subprocess.call fails ungracefully if the binary doesn't exist.
      
      llvm-svn: 355645
      c90886b9
Loading