Skip to content
  1. May 04, 2011
  2. May 03, 2011
    • Devang Patel's avatar
      Even if the subprogram is going to use AT_specification, emit... · 543596d5
      Devang Patel authored
      Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_linkage_name. This helps gdb and fixes var-path-expr.exp regression reported by gdb testsuite.
      
      llvm-svn: 130794
      543596d5
    • Daniel Dunbar's avatar
      MCDwarf: Don't save Twine to local variable, this is almost never safe to do · f6daf94a
      Daniel Dunbar authored
      (and should thus never be done).
       - Should fix a crash on win32.
      
      llvm-svn: 130793
      f6daf94a
    • Caroline Tice's avatar
      · e67afe15
      Caroline Tice authored
      Pre-load the Python script interpreter with the following
      convenience variables (from the ExecutionContext) each time
      it is entered: lldb.debugger, lldb.target, lldb.process, 
      lldb.thread, lldb.frame.
      
      If a frame (or thread, process, etc) does not currently exist,
      the variable contains the Python value 'None'.
      
      llvm-svn: 130792
      e67afe15
Loading