Skip to content
  1. Oct 10, 2013
    • Rui Ueyama's avatar
      Revert "llvm-c: Make target initializer functions external functions in lib." · 82166eef
      Rui Ueyama authored
      This reverts commit r192316. The original change introduced circular
      dependencies between libTarget and backends. That would broke a build unless
      link everything into one big binary.
      
      llvm-svn: 192329
      82166eef
    • Ted Kremenek's avatar
      Refine string literal concatenation warning within an NSArray literal to not... · 197fee40
      Ted Kremenek authored
      Refine string literal concatenation warning within an NSArray literal to not warn when the literal comes from a macro expansion.  Fixes <rdar://problem/15147688>.
      
      llvm-svn: 192328
      197fee40
    • Sean Callanan's avatar
      Implemented the reverse-lookup API in the AST · 931a0def
      Sean Callanan authored
      importer to avoid duplicate imports of anonymous
      structs.
      
      <rdar://problem/14421722>
      
      llvm-svn: 192327
      931a0def
    • Daniel Malea's avatar
      Initial checkin of curses-based LLDB UI (lui) · 4c3261d1
      Daniel Malea authored
      LLDB (Terminal) User Interface
      ==============================
      This directory contains the curses user interface for LLDB. To use it, ensure Python can find your lldb module. You may have to modify PYTHONPATH for that purpose:
      
      $ export PYTHONPATH=/path/to/lldb/module
      
      Then, run the lui.py. To load a core file:
      $ ./lui.py --core core
      
      To create a target from an executable:
      $ ./lui.py /bin/echo "hello world"
      
      To attach to a running process:
      $ ./lui.py --attach <pid>
      
      
      Known Issues
      ============
      1. Resizing the terminal will most likely cause lui to crash.
      2. Missing paging in command-window
      3. Only minimal testing (on Ubuntu Linux x86_64)
      
      Missing Features
      ================
      - stdin/stdout/stderr windows
      - memory window
      - backtrace window
      - threads window
      - tab-completion
      - syntax-highlighting (via pygments library)
      - (local) variables window
      - registers window
      - disassembly window
      - custom layout
      
      llvm-svn: 192326
      4c3261d1
  2. Oct 09, 2013
Loading