gthaker

Results 13 issues of gthaker

The function callgraph generated by plot_cg() does not use demanged_names. (demanged_names appear to be available for non-stripped ELF binary files, and possibly for windows PE files w/ accompanying .pdb file...

https://github.com/dkogan/xcscope.el describes a feature that I would like to use from within ggtags.el The feature is: Where was this variable assigned-to? gtags-cscope program of gnu Global suite provides this feature....

ggtags is great and I use it a lot to navigate large source trees. I typically have 3-4 frames open across multiple screen. Is there a way I can have...

2 byte instruction "jns 0x9" (bytes "0x79 0x07") (jump forward 7 bytes from updated IP) - using 8 bit offset), trips me up. The function I am trying to subhook_make_trampoline...

I am trying to create a trampoline to a function that in C is: ``` void foo(void) { int a, b, c; puts("foo() called"); a = random(); b = (random()...

I am using Ports/PPC440 and qemu-system-ppc to learn more about uC-OS2. Tasks are running but I don't get OSTickISR to happen. I see in file os_cpu_a.S there is: ``` .org...

I am interested in ports/PowerPC/* ports. All of these (and in fact many other ports) all refer to a file "cpu.h" that I can't find anywhere in the repo. I...

### Description: I can't download the sample "open in word" link. My MS Word applications starts, but it then says "requested information can't be downloaded." Is there a place where...

I have a project with a single .cpp file. When I say "analyze" a window pops up and seem to run thru various commands without errors (as far as I...

Should it be possible to run this code in modern python3 versions? I am running w/ python 3.6.9 and I get the error: >>> from bokeh.plotting import figure, output_notebook, show,...