search for: debuggers

Displaying 20 results from an estimated 4996 matches for "debuggers".

Did you mean: debugger
2005 Feb 28
0
winetools problem on amd64
Hey thanks to Johann, I got wine to install correctly on my amd64. Then I installed winetools. When I run the newest build, version 2.1.1., and try to install windows software, i get this output: bash-2.05b$ winetools found gettext in /usr/bin which: no dillo in
2015 May 01
6
[LLVMdev] What does "debugger tuning" mean?
.... "Debugger tuning" is more like it. You don't need to have read the previous thread, I'll recap here. Fundamentally, Clang/LLVM uses DWARF as the specification for the _format_ of information provided by the compiler to a variety of "consumers," which primarily means debuggers (but not exclusively). [For a long time it was the only format supported by LLVM. Lately, Microsoft debug info has started appearing, but being a less widely used format, the issues that DWARF runs into aren't a concern for that format. So "debugger tuning" is unlikely to be an is...
2015 May 01
4
[LLVMdev] [lldb-dev] What does "debugger tuning" mean?
...9;t > > need to have read the previous thread, I'll recap here. > > > > Fundamentally, Clang/LLVM uses DWARF as the specification for the > _format_ > > of information provided by the compiler to a variety of "consumers," > which > > primarily means debuggers (but not exclusively). [For a long time it > was > > the only format supported by LLVM. Lately, Microsoft debug info has > started > > appearing, but being a less widely used format, the issues that DWARF > runs > > into aren't a concern for that format. So "de...
2015 May 01
2
[LLVMdev] [cfe-dev] What does "debugger tuning" mean?
...criterion to the SCE debugger predicate; quite likely the "not Darwin" criterion ought to be "not LLDB" or in other words "on for GDB only." "not LLDB" wouldn't be "on for GDB only" (it'd be "on for GDB and SCE" given the current debuggers) Poorly phrased on my part. The "not Darwin" part would become "not LLDB" and _when combined with the existing "not SCE" part_ could be refactored into "on for GDB only." Re extra artificial entries, the specific example being variables for local anonymous...
2015 May 05
2
[LLVMdev] [lldb-dev] What does "debugger tuning" mean?
...thread, I'll recap here. >>>> >>>> Fundamentally, Clang/LLVM uses DWARF as the specification for the >>> _format_ >>>> of information provided by the compiler to a variety of "consumers," >>> which >>>> primarily means debuggers (but not exclusively). [For a long time it >>> was >>>> the only format supported by LLVM. Lately, Microsoft debug info has >>> started >>>> appearing, but being a less widely used format, the issues that DWARF >>> runs >>>> into aren&...
2004 Apr 14
3
Morrowind sees wine as a debugger and refuses to start.
Hello list, I successfully installed Morrowind. Unfortunately, the game won't start. It issues a small popup saying a debugger has been detected, and that the debugger needs to be closed for the game to run. Is there any way I can avoid programs to see Wine as a debugger? Thanks! _________________________________________________________________ MSN Messenger : discutez en direct avec vos
2015 May 06
2
[LLVMdev] [cfe-dev] [lldb-dev] What does "debugger tuning" mean?
...> >>>> > >>>> Fundamentally, Clang/LLVM uses DWARF as the specification for the > >>> _format_ > >>>> of information provided by the compiler to a variety of "consumers," > >>> which > >>>> primarily means debuggers (but not exclusively). [For a long time it > >>> was > >>>> the only format supported by LLVM. Lately, Microsoft debug info has > >>> started > >>>> appearing, but being a less widely used format, the issues that DWARF > >>> runs &g...
2015 May 06
2
[LLVMdev] [cfe-dev] [lldb-dev] What does "debugger tuning" mean?
...thread, I'll recap here. >>>> >>>> Fundamentally, Clang/LLVM uses DWARF as the specification for the >>> _format_ >>>> of information provided by the compiler to a variety of "consumers," >>> which >>>> primarily means debuggers (but not exclusively). [For a long time it >>> was >>>> the only format supported by LLVM. Lately, Microsoft debug info has >>> started >>>> appearing, but being a less widely used format, the issues that DWARF >>> runs >>>> into aren&...
2014 Aug 02
5
[LLVMdev] MCJIT debugger registration interface.
Hi All, I'd like to revisit the MCJIT debugger-registration system, as the existing system has a few flaws, some of which are seriously problematic. The 20,000 foot overview of the existing scheme (implemented in llvm/lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp and friends), as I understand it, is as follows: We have two symbols in MCJIT that act as fixed points for the debugger to
2004 Oct 06
2
[LLVMdev] Compiling errors from UnixLocalInferiorProcess.cpp when compiling on MinGW
Hi When compiling UnixLocalInferiorProcess.cpp, I get these errors: ----------------------- C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:41:22: sys/wait.h: No such file or directory C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp: In member function `void <unnamed>::IP::startChild(llvm::Module*, const
2015 May 08
3
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
...> >>>> > >>>> Fundamentally, Clang/LLVM uses DWARF as the specification for the > >>> _format_ > >>>> of information provided by the compiler to a variety of "consumers," > >>> which > >>>> primarily means debuggers (but not exclusively). [For a long > >>>> time it > >>> was > >>>> the only format supported by LLVM. Lately, Microsoft debug info > >>>> has > >>> started > >>>> appearing, but being a less widely used format, t...
2007 Aug 17
2
[LLVMdev] Debugger for Register Allocation
Hi guys, I have been using a debugger for my register allocator. The debugger happened to be very useful at catching register assignment errors. I've put the debugger on-line, if anyone who is working with register allocation wants to use. The debugger itself has nothing to do with LLVM, but I've coded a spiller that prints the code in a format that the debugger can read. The
2015 May 06
2
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
...> >>>> > >>>> Fundamentally, Clang/LLVM uses DWARF as the specification for the > >>> _format_ > >>>> of information provided by the compiler to a variety of "consumers," > >>> which > >>>> primarily means debuggers (but not exclusively). [For a long time it > >>> was > >>>> the only format supported by LLVM. Lately, Microsoft debug info has > >>> started > >>>> appearing, but being a less widely used format, the issues that DWARF > >>> runs &g...
2015 May 01
5
[LLVMdev] What does "debugger tuning" mean?
...ually "we expect the debugger to want his described > as X, Y, and Z" instead of "we expect the debugger to by X or Y or Z". Different ways of describing things let us reason about them in different ways. Are Cartesian coordinates a reason to reject polar coordinates? > Debuggers change over time. Well, they're software too. They're allowed. > GDB 4's level of support != GDB 5 != GDB6 != GDB7. > > Heck, the same version of GDB on different platforms can be very > different (HP's GDB was very different, as was Apple's). > > Do you p...
2004 Oct 06
0
[LLVMdev] Compiling errors from UnixLocalInferiorProcess.cpp when compiling on MinGW
This file (UnixLocalInferiorProcess.cpp) is due for porting and placement in lib/System but I haven't gotten there yet. If you come up with something that works on MINGW, please let me know. Thanks, Reid. Henrik Bach wrote: > Hi > > When compiling UnixLocalInferiorProcess.cpp, I get these errors: > ----------------------- >
2012 Oct 18
0
[LLVMdev] DWARF 2/3 backwards compatibility?
...ugger uses the DWARF. Not really > optimal, but still--a whole lot better than nothing. The trade off also goes in the other direction. If you had a strict Dwarf parser green, that would mean next to nothing as to what that Dwarf would represent in the debugger(s). AFAIK, most Dwarf compatible debuggers are also GDB compatible, which means that even the idiotic things that GDB does will probably be understood by other debuggers. > I mean really, DWARF 3 was published in 2005!) Go tell that to embedded folks and their certifications! ;) But yeah, focusing on Dwarf 3 would be the best way for...
2015 May 08
3
[LLVMdev] [lldb-dev] [cfe-dev] What does "debugger tuning" mean?
...thread, I'll recap here. >>>> >>>> Fundamentally, Clang/LLVM uses DWARF as the specification for the >>> _format_ >>>> of information provided by the compiler to a variety of "consumers," >>> which >>>> primarily means debuggers (but not exclusively). [For a long time it >>> was >>>> the only format supported by LLVM. Lately, Microsoft debug info has >>> started >>>> appearing, but being a less widely used format, the issues that DWARF >>> runs >>>> into aren&...
2001 Oct 04
2
Tried a different tack ....
I installed the latest Codeweavers preview build (binary RPM, ugh!), and the DeskTopWindow error I was experiencing building from cvs is gone. All the font fixme warnings (which had, at one point, gone away) are back, and I'm back to the previous error I was getting before DeskTopWindow: babylon5:alaric:~:46 $ wine --debugmsg fixme-font d:\\install.exe Invoking /opt/wine/bin/wine.bin
2019 Oct 09
3
[RFC] Adopt Dexter and use it to run debuginfo-tests
Hi llvm-dev@, This is a proposal for LLVM to adopt Sony's Dexter tool [0], import it into the debuginfo-tests repo, and use it to run integration tests between debuggers and clang/llvms debuginfo. (Sony has approved donating Dexter to LLVM). Background ---------- The debuginfo-tests repo contains an integration test suite for debug data, which builds each test case from its source code using clang and runs the output in gdb/lldb, and for some the Windows-based cd...
2007 Aug 18
0
[LLVMdev] Debugger for Register Allocation
On Aug 17, 2007, at 4:17 PM, Fernando Magno Quintao Pereira wrote: > > Hi guys, > > I have been using a debugger for my register allocator. The > debugger > happened to be very useful at catching register assignment errors. > I've > put the debugger on-line, if anyone who is working with register > allocation wants to use. The debugger itself has nothing to