Git Product home page Git Product logo

lldb's Introduction

lldb

1.quit//退出

2.b//输出断点信息

        事例:6: file = '/Users/yubing/Desktop/sdimage1/sdimage/ViewController.m', line = 45,    exact_match = 0, locations = 1, resolved = 1, hit count = 1 
          6.1: where = sdimage`-[ViewController btn:] + 42 at ViewController.m:45, address = 0x000000010807106a, resolved, hit count = 1 
  1. b test //设置断点在test函数下

  2. bt //打印栈信息

  3. call //调用函数self.view.backgroundColor=[UIColor yellowcolor];

  4. c //程序继续执行。

  5. n //单步执行不进入子函数。

  6. s //单步运行进入子函数。

  7. si //汇编指令。

  8. ni //汇编指令。

  9. image //展示各种模块信息。

12.watchpoint //内存数据发生改变时触发。

13.mem read 0x7fbfe0d38240 0x7fbfe0d38240+90 //读出内存中的信息。

14.memory write 0x7fbfe0d38240 99 //把99写入内存。

15.register read //寄存器读取 真机x1读取寄存器里边的内容 模拟器eax(能获取参数和调用对象)。

lldb's People

Contributors

luoye1052 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.