This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-17 23:45:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8dbc336da95267a380c0bc09f3fa7dd90ea4a231
llvm
/
lldb
/
source
History
Greg Clayton
8dbc336da9
Added short names and descriptions to the UnixSignals class. Also cleaned up
...
the code a bit. llvm-svn: 116561
2010-10-15 02:39:01 +00:00
..
API
Fixed an expression parsing issue where if you were stopped somewhere without
2010-10-14 22:52:14 +00:00
Breakpoint
Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing.
2010-10-14 23:45:03 +00:00
Commands
Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing.
2010-10-14 23:45:03 +00:00
Core
Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing.
2010-10-14 23:45:03 +00:00
Expression
Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing.
2010-10-14 23:45:03 +00:00
Host
Plugged memory leak.
2010-10-10 22:07:18 +00:00
Interpreter
Add an initial version of test that exercise the lldb commands: 'process signal'
2010-10-14 01:22:03 +00:00
Plugins
Separated the DWARF index for types from that the index of the namespaces
2010-10-15 02:03:22 +00:00
Symbol
Fixed an expression parsing issue where if you were stopped somewhere without
2010-10-14 22:52:14 +00:00
Target
Added short names and descriptions to the UnixSignals class. Also cleaned up
2010-10-15 02:39:01 +00:00
Utility
Cleaned a few build related things up:
2010-09-24 23:07:41 +00:00
lldb-log.cpp
…
lldb.cpp
Hooked up ability to look up data symbols so they show up in disassembly
2010-10-08 00:21:05 +00:00
Makefile
…