Insight is a graphical front-end for GDB, the GNU Debugger, developed by RedHat. Its development has been stopped in July 2009 with the version 6.8 of GDB.
Questions tagged [insight]
24 questions
0
votes
0 answers
Cannot compile insight debugger on mingw64
I am trying to compile insight from source (git://sourceware.org/git/insight.git) on mingw64 (x86_64-w64-mingw32-gcc).
These are my ./configure options:
./configure --prefix=/opt/arm-none-eabi-insight --target=arm-none-eabi --disable-binutils…

Stepii
- 142
- 3
- 10
0
votes
3 answers
Get facebook insight of facebook page using graph api
I am already getting insight's data for facebook application by using appid and secret key to get access token now i want get insight data for my facebook page , I don't know what I use in the place of secret key to access token.
I send request by…

Rafia Taqdees
- 1
- 1
- 3
0
votes
1 answer
Google API insight raw numbers
I was wondering if there is an option in google Insights (or in any other Google API) to query how many times a specific word or phrase has been queried in Google, grouped by Country, State and City.
The problems with Google Insights is that it give…

Diego Dev
- 31
- 2
0
votes
0 answers
Insight debugger Compiler error with MSYS2-Mingw64
I have got the source files from insight-weekly-CVS-7.0.50-20091130. I have got the following errors. Thanks for your help.
config.status: executing bfd_stdint.h commands ./config.status: line 2602: cmp: command not found
config.status: executing…

Allan
- 11
- 1
- 4
0
votes
1 answer
using insight or ddd with working gdb session
I have the script that pre-configures host, runs sh4-linux-gdb, connects to target and pre-configures it. After script execution I get regular (gdb) prompt.
Is there any way to "bind" this output to insigt or ddd, and control this instance via gui…

Bartlomiej Grzeskowiak
- 1,009
- 5
- 16
- 35
0
votes
0 answers
Insight debugger crashes or hangs whe used with flyswatter2 openOCD on Beagleboard XM
I tried to debug linux kernel on Beagleboard XM with insight and flyswatters openOCD. After I run
arm-linux-gnueabi-insight vmlinux, I see the kernel is downloaded to the target via jtag flyswatter2. When it is done, a message box "Make breakpoint…

Tom
- 121
- 1
- 1
- 5
0
votes
2 answers
Errors when building gdb-Insight with mingw
I am trying to build Insight with mingw, but I get the following error:
make[4]: *** [pe-i386.lo] Error 1
make[4]: Leaving directory '/c/Users/pshek/Downloads/insight-6.8/bfd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory…

user1515210
- 1
- 2
0
votes
1 answer
Get application insight data with applicaiton ID and secret
So in order to get the insight data for my application I need the access_token with read_insight_data permission. However I don't want a user interaction during the process. Can I get my application's insight data with just application ID and…

Gelin Luo
- 14,035
- 27
- 86
- 139
-1
votes
0 answers
Get Instagram insight
Can I get insight from an Instagram post such as the number of likes, comments and saved, without connecting an Instagram account, in Laravel?
I failed to fetch the insight data with get and media id. Do you have any suggestion?