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-13 19:08:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ef9bc3d85761d560b36990d5acf74e4e466c64b0
llvm
/
lldb
/
scripts
History
Enrico Granata
06be059ad9
Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow
...
llvm-svn: 218834
2014-10-01 21:47:29 +00:00
..
Python
Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow
2014-10-01 21:47:29 +00:00
build-lldb-llvm-clang
…
build-llvm.pl
…
build-swig-wrapper-classes.sh
…
buildbot.py
…
buildSwigWrapperClasses.py
This creates a valid Python API for Windows, pending some issues. The changes included are -
2014-07-01 17:57:19 +00:00
checkpoint-llvm.pl
Fix typos.
2014-07-01 21:22:11 +00:00
CMakeLists.txt
Fix the Windows build by removing the unused lldb_python_module.cmake inclusion from CMakeLists.
2014-08-25 18:16:22 +00:00
disasm-gdb-remote.pl
Fix typos.
2014-07-01 21:22:11 +00:00
finish-swig-wrapper-classes.sh
…
finishSwigWrapperClasses.py
Create an _d suffixed symlink when doing a debug Windows build.
2014-07-17 20:36:14 +00:00
generate-vers.pl
…
install-lldb.sh
…
lldb.swig
Add a new SBExecutionContext class that wraps an ExecutionContextRef. This class is a convenient way at the API level to package a target,process,thread and frame all together - or just a subset of those
2014-10-01 20:43:45 +00:00
Makefile
Fix configure & make build with python disabled
2014-09-09 04:52:37 +00:00
sed-sources
Fix typos.
2014-07-01 21:22:11 +00:00
utilsArgsParse.py
This creates a valid Python API for Windows, pending some issues. The changes included are -
2014-07-01 17:57:19 +00:00
utilsDebug.py
This creates a valid Python API for Windows, pending some issues. The changes included are -
2014-07-01 17:57:19 +00:00
utilsOsType.py
This creates a valid Python API for Windows, pending some issues. The changes included are -
2014-07-01 17:57:19 +00:00
verify_api.py
…