Giter Site home page Giter Site logo

echuraev / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 825 KB

Configuration files for Linux, Mac OS and partially Windows

Shell 9.00% Python 4.06% GDB 8.82% Lua 3.01% Vim Snippet 12.53% Vim Script 62.58%
bashrc linux mutt terminal vifm vim zsh

dotfiles's People

Contributors

echuraev avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dotfiles's Issues

the first `list` didn't renderproperly,could you give some help or hints

when upgrade from ubuntu 20 to 22, I use new gdb and original gdb dashboard

czg:~$ gdb -v
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

change syntax according to doc with logging ... and the others kept same.

define hook-disassemble
echo \n
shell cat /tmp/colorPipe | c++filt | highlight --syntax=asm -s darkness -Oxterm256 &
set logging redirect on
set logging enabled on 
set logging file /tmp/colorPipe
end

define hookpost-disassemble
hookpost-list
end

define hook-list
echo \n
shell cat /tmp/colorPipe | c++filt | highlight --syntax=cpp -s darkness -Oxterm256 &
set logging redirect on
set logging enabled on 
set logging file /tmp/colorPipe
end

then in gdb run

>>> l                               
                                    
>>> l                               
                                                                         
                                                                         
48        double dx = (double)x;                                         
49        double dy = (double)y;                                         
50        double dz = (double)z;                                         
51                                  
52        printf("%x %x %x\n", x, y, z);                                                                                                          
53                                  
54        assert(A(x, dx));                                              
55        assert(!B(0, (double)(int)0, INT_MIN, (double)(int)INT_MIN));                                                                           
56        assert(C(dx, dy, dz));                                         
57        /* magic number, brute force attack */ 

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.