Giter Site home page Giter Site logo

dbgrs's People

Contributors

timmisiak avatar chayimfriedman2 avatar dwattttt avatar

Stargazers

Ricardo avatar sky Drake avatar Stardust Song avatar chanha park avatar  avatar Alec avatar serious avatar  avatar Wyoming avatar Lucille(Xulu) Chu avatar aubrey avatar Oliver Schneider avatar アレーク avatar Sungmann Cho avatar Yerkebulan Tulibergenov avatar tuxuser avatar tomato avatar  avatar  avatar Aleksei Kulaev avatar Sukesh Ashok Kumar avatar HoNooD avatar  avatar Christopher Speck avatar GGHXA avatar Thomas Guenther avatar Most Wanted Duck avatar CIH avatar  avatar ngortheone avatar mario avatar Adonis Carvajal avatar  avatar  avatar BlueSharkPartners avatar k1selman avatar Diana avatar TornaxO7 avatar Alex Yusiuk avatar Lemuel Lew avatar Garland avatar Suri avatar 12138 avatar  avatar zorro avatar  avatar luobuda avatar David Dyck avatar Cristei Gabriel-Marian avatar  avatar zhenrong-wang avatar  avatar Sylvain Peyrefitte avatar Markus Siglreithmaier avatar behappy avatar Jiue-Ren Liao (Rick) avatar  avatar  avatar lei_xxx avatar  avatar Andrew Chen avatar nverno avatar Yassine MADDOURI avatar Mohit Reddy avatar José Ignacio Escribano avatar Aklis avatar Sanjai Kumar avatar Adarsh D avatar David Pendray avatar 姚文强 avatar Stephen avatar wu avatar Luiz Berti avatar Gachara avatar  avatar  avatar Rabie avatar echnobas avatar Mohamed Adel avatar Vernon Grant avatar Sungje, Hong avatar  avatar Eugene Kadish avatar  avatar Michael Rowley avatar  avatar Blackrose avatar Andrey Penechko avatar Shashank Shekhar avatar  avatar Madeesh Kannan avatar VoxelRifts avatar ⠀ avatar  avatar WtZ avatar Jan Scheer avatar Jiaxin Peng avatar  avatar Gamous avatar Michael avatar

Watchers

HoNooD avatar  avatar Sumit Bhardwaj avatar Daniel Ridner avatar David Dyck avatar  avatar Adonis Carvajal avatar

dbgrs's Issues

Do not parse buffers as strings.

fn parse_command_line() -> *mut u16 {

Parsing the cmdline as if it was a buffer C style is a bad idea and it leads to the kind of bugs C leads to.

Import it as an OsString or &OsStr first and find a sensible way to parse from there safely.

expect_step_exception is thread-specific

Setting expect_step_exception should be thread-specific, because the step command modifies the context of a particular thread, and expects that thread to trap after running the instruction. Setting expect_step_exception to true and then ignoring an exception from a different thread is a debugger bug, unless I'm missing something.

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.