Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions 6 Packages Projects Releases Wiki Activity
llvm-project/lldb/test/python_api
History
Johnny Chen fac7b3aae6 Add implementation of built-in function len() for those lldb containers with
unambiguous iteration support.  So that we could, for example:

    ...

    REGs = lldbutil.get_GPRs(frame)
    print "Number of general purpose registers: %d" % len(REGs)
    for reg in REGs:
        print "%s => %s" %(reg.GetName(), reg.GetValue())

    ...

llvm-svn: 131418
2011-05-16 20:31:18 +00:00
..
event
Convert the rest of the test suite to use the lldbutil.get_description() utility function.
2011-04-23 00:34:56 +00:00
frame
Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve the general purpose register set.
2011-05-13 23:42:44 +00:00
function_symbol
Convert the rest of the test suite to use the lldbutil.get_description() utility function.
2011-04-23 00:34:56 +00:00
interpreter
Add an API test script file for SBCommandInterpreter.
2011-05-06 23:26:12 +00:00
lldbutil
Add implementation of built-in function len() for those lldb containers with
2011-05-16 20:31:18 +00:00
process
Change the rest of lldbutil.py's function names to all lower case formats to be consistent.
2011-04-27 17:43:07 +00:00
symbol-context
Convert the rest of the test suite to use the lldbutil.get_description() utility function.
2011-04-23 00:34:56 +00:00
target
Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget,
2011-04-25 20:23:05 +00:00
thread
Converted to use SBProcess.LaunchSimple().
2011-04-19 20:11:58 +00:00
Powered by Gitea Version: 1.23.1 Page: 219ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API