python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
GDB: After attach to process and add inferior can't switch back to inferior 1
I have two processes which one inferior each. After I attached with the second inferior I can't switch back to the first one. Why is that not working in this case?
(gdb) attach 1348
Attaching to proce...
Toroid
Votes: 0
Answers: 0
lldb using python output to generate arguments
in gdb there is a command like:
run $(python -c 'print "\x90"*90')
Where you use a pythons scripts output as your args. How do I do something like this in lldb?

Tony
Votes: 0
Answers: 1
V8 Embedding. Cannot print out the `v8::Local` object
In Short
I was trying to print out the v8::Local object content, with either of v8/tools/gdbinit and v8/tools/lldb_commands.py helper scripts, I got Empty Line OR Syntax Error messages. Is there anyth...
absuu
Votes: 0
Answers: 1
GDB debug on kubernetes running container
I have a Kubernetes container running my c++ application. I now want to run that application in gdb debugger mode. So how can I start the running Kubernetes container in gdb mode?
Piyush Malaviya
Votes: 0
Answers: 0