Skip to content
  1. Oct 20, 2011
  2. Oct 19, 2011
  3. Oct 18, 2011
  4. Oct 17, 2011
    • Enrico Granata's avatar
      this patch introduces a new command script import command which takes as input... · a9dbf432
      Enrico Granata authored
      this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb
      
      llvm-svn: 142283
      a9dbf432
    • Johnny Chen's avatar
      Rename test file. · 9c7b04cb
      Johnny Chen authored
      llvm-svn: 142242
      9c7b04cb
    • Johnny Chen's avatar
      Fix wrong docstring. · 8289e365
      Johnny Chen authored
      llvm-svn: 142241
      8289e365
    • Johnny Chen's avatar
      Add a commnad to set a condition for a watchpoint. Example: · 16dcf718
      Johnny Chen authored
          watchpoint modify -c 'global==5'
      
      modifies the last created watchpoint so that the condition expression
      is evaluated at the stop point to decide whether we should proceed with
      the stopping.
      
      Also add SBWatchpont::SetCondition(const char *condition) to set condition
      programmatically.
      
      Test cases to come later.
      
      llvm-svn: 142227
      16dcf718
  5. Oct 15, 2011
  6. Oct 14, 2011
Loading