Skip to content
  1. Jun 25, 2013
  2. Jun 24, 2013
  3. Jun 22, 2013
  4. Jun 21, 2013
    • Han Ming Ong's avatar
      <rdar://problem/13980489> · 399289e9
      Han Ming Ong authored
      I added scan type to ‘qGetProfileData’ previously but forgot to update the check to be a substring search.
      
      llvm-svn: 184588
      399289e9
    • Enrico Granata's avatar
      Change the SWIG wrappers to stop directly casting SB object to SWIG objects,... · c972c70e
      Enrico Granata authored
      Change the SWIG wrappers to stop directly casting SB object to SWIG objects, and instead use a safer type-checked API (thanks templates)
      Any time a SWIG wrapper needs a PyObject for an SB object, it now should call into SBTypeToSWIGWrapper<SBType>(SBType*)
      If you try to use it on an SBType for which there is not an implementation yet, LLDB will fail to link - just add your specialization to python-swigsafecast.swig and rebuild
      
      This is the first step in simplifying our SWIG Wrapper layer
      
      llvm-svn: 184580
      c972c70e
    • Enrico Granata's avatar
      Adding two new markers to the ${var..} specifier · 2c75f11e
      Enrico Granata authored
      - %N = show the name of the variable
      - %> = show the expression path of the variable
      
      llvm-svn: 184502
      2c75f11e
    • Enrico Granata's avatar
      In thread and frame format strings, it is now allowed to use Python functions... · aad8e480
      Enrico Granata authored
      In thread and frame format strings, it is now allowed to use Python functions to generate part or all of the output text
      Specifically, the ${target ${process ${thread and ${frame specifiers have been extended to allow a subkeyword .script:<fctName> (e.g. ${frame.script:FooFunction})
      The functions are prototyped as
      
      def FooFunction(Object,unused)
      
      where object is of the respective SB-type (SBTarget for target.script, ... and so on)
      
      This has not been implemented for ${var because it would be akin to a Python summary which is already well-defined in LLDB
      
      llvm-svn: 184500
      aad8e480
    • Jason Molenda's avatar
      Also report any OS python plugin in use. · e445f8fb
      Jason Molenda authored
      llvm-svn: 184487
      e445f8fb
  5. Jun 20, 2013
  6. Jun 19, 2013
Loading